#CBB829

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

Shades of Barberry #CBB829

Tints of Barberry #CBB829

Color information

#CBB829 (or 0xCBB829) is unknown color: approx Barberry. HEX triplet: CB, B8 and 29. RGB value is (203,184,41). Sum of RGB (Red+Green+Blue) = 203+184+41=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB829 is #3447D6. Grayscale: #ADADAD. Windows color (decimal): -3426263 or 2734283. OLE color: 2734283.

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

Color convert

RGB20318441-
CMYK00.090.800.20
HSL52.96º66.39%47.84%-
HSV(B)52.96º79.8%79.61%-
XYZ42.1747.148.97-
YUV173.3853.29149.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 184 (72.27% from 255) = 42.99%
BLUE value IS 41 (16.41% from 255) = 9.58%
R=47.43%
G=42.99%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031844100.090.800.2052.9666.3947.84
HexCBB829095014354230
Octal31327051011120246510260
Binary1100101110111000101001010011010000101001101011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB829; }

 p { color: rgb(203,184,41); }

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

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

 a { background-color: rgb(203,184,41); }

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

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

 span { border-color: rgb(203,184,41); }

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