#CBBF20

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

Shades of Barberry #CBBF20

Tints of Barberry #CBBF20

Color information

#CBBF20 (or 0xCBBF20) is unknown color: approx Barberry. HEX triplet: CB, BF and 20. RGB value is (203,191,32). Sum of RGB (Red+Green+Blue) = 203+191+32=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBF20 is #3440DF. Grayscale: #B1B1B1. Windows color (decimal): -3424480 or 2146251. OLE color: 2146251.

HSL color Cylindrical-coordinate representation of color #CBBF20: hue angle of 55.79º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBBF20 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB20319132-
CMYK00.060.840.20
HSL55.79º72.77%46.08%-
HSV(B)55.79º84.24%79.61%-
XYZ43.5250.068.74-
YUV176.4646.48146.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.65%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 32 (12.89% from 255) = 7.51%
R=47.65%
G=44.84%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031913200.060.840.2055.7972.7746.08
HexCBBF2006541438492e
Octal3132774006124247011156
Binary110010111011111110000001101010100101001110001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF20; }

 p { color: rgb(203,191,32); }

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

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

 a { background-color: rgb(203,191,32); }

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

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

 span { border-color: rgb(203,191,32); }

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