Shades of Barberry #CBBB29
Tints of Barberry #CBBB29
RGB
CMYK
RGB Variations
Color information
#CBBB29 (or 0xCBBB29) is known color: Barberry. HEX triplet: CB, BB and 29. RGB value is (203,187,41). Sum of RGB (Red+Green+Blue) = 203+187+41=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB29 is #3444D6. Grayscale: #AFAFAF. Windows color (decimal): -3425495 or 2735051. OLE color: 2735051.
HSL color Cylindrical-coordinate representation of color #CBBB29: hue angle of 54.07º 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 #CBBB29 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 41 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.20 |
| HSL | 54.07º | 0.66% | 0.48% | - |
| HSV(B) | 54.07º | 0.8% | 0.8% | - |
| XYZ | 42.8 | 48.4 | 9.18 | - |
| YUV | 175.14 | 52.3 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 41 | 0 | 0.08 | 0.80 | 0.20 | 54.07 | 0.66 | 0.48 |
| Hex | CB | BB | 29 | 0 | 8 | 50 | 14 | 36 | 42 | 30 |
| Octal | 313 | 273 | 51 | 0 | 10 | 120 | 24 | 66 | 102 | 60 |
| Binary | 11001011 | 10111011 | 101001 | 0 | 1000 | 1010000 | 10100 | 110110 | 1000010 | 110000 |
Color Harmonies of #CBBB29
Complementary color
Monochromatic Colors of #CBBB29
Black with #CBBB29
Text Example
Text Example
White with #CBBB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB29; }
p { color: rgb(203,187,41); }
H1.HeaderClassName
{
color: #CBBB29;
}
.AnyTagClassName
{
color: #CBBB29;
}
</style>
background-color css
<style>
a { background-color: #CBBB29; }
a { background-color: rgb(203,187,41); }
div.DivClassName
{
background-color: #CBBB29;
}
.BgClassName
{
background-color: #CBBB29;
}
</style>
border-color css
<style>
span { border-color: #CBBB29; }
span { border-color: rgb(203,187,41); }
td.TdClassName
{
border-color: #CBBB29;
}
.TagClassName
{
border-color: #CBBB29;
}
</style>