#cbbd2a

Color #CBBD2A Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CBBD2A

Tints of Barberry #CBBD2A

Color information

#CBBD2A (or 0xCBBD2A) is unknown color: approx Barberry. HEX triplet: CB, BD and 2A. RGB value is (203,189,42). Sum of RGB (Red+Green+Blue) = 203+189+42=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBD2A is #3442D5. Grayscale: #B1B1B1. Windows color (decimal): -3424982 or 2801099. OLE color: 2801099.

HSL color Cylindrical-coordinate representation of color #CBBD2A: hue angle of 54.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBBD2A is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB20318942-
CMYK00.070.790.20
HSL54.78º65.71%48.04%-
HSV(B)54.78º79.31%79.61%-
XYZ43.2449.269.42-
YUV176.4352.14146.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 189 (74.22% from 255) = 43.55%
BLUE value IS 42 (16.80% from 255) = 9.68%
R=46.77%
G=43.55%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031894200.070.790.2054.7865.7148.04
HexCBBD2A074F14374230
Octal3132755207117246710260
Binary110010111011110110101001111001111101001101111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbbd2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbbd2a; }

 p { color: rgb(203,189,42); }

 H1.HeaderClassName
 {
   color: #cbbd2a;
 }
 .AnyTagClassName
 {
   color: #cbbd2a;
 }
</style>
background-color css

<style>
 a { background-color: #cbbd2a; }

 a { background-color: rgb(203,189,42); }

 div.DivClassName
 {
   background-color: #cbbd2a;
 }
 .BgClassName
 {
   background-color: #cbbd2a;
 }
</style>
border-color css

<style>
 span { border-color: #cbbd2a; }

 span { border-color: rgb(203,189,42); }

 td.TdClassName
 {
   border-color: #cbbd2a;
 }
 .TagClassName
 {
   border-color: #cbbd2a;
 }
</style>