#CABB2B

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

Shades of Barberry #CABB2B

Tints of Barberry #CABB2B

Color information

#CABB2B (or 0xCABB2B) is unknown color: approx Barberry. HEX triplet: CA, BB and 2B. RGB value is (202,187,43). Sum of RGB (Red+Green+Blue) = 202+187+43=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB2B is #3544D4. Grayscale: #AFAFAF. Windows color (decimal): -3491029 or 2866122. OLE color: 2866122.

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

Color convert

RGB20218743-
CMYK00.070.790.21
HSL54.34º64.9%48.04%-
HSV(B)54.34º78.71%79.22%-
XYZ42.5648.279.36-
YUV175.0753.47147.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 187 (73.44% from 255) = 43.29%
BLUE value IS 43 (17.19% from 255) = 9.95%
R=46.76%
G=43.29%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021874300.070.790.2154.3464.948.04
HexCABB2B074F15364130
Octal3122735307117256610160
Binary110010101011101110101101111001111101011101101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB2B; }

 p { color: rgb(202,187,43); }

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

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

 a { background-color: rgb(202,187,43); }

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

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

 span { border-color: rgb(202,187,43); }

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