Shades of Barberry #CBBB27
Tints of Barberry #CBBB27
RGB
CMYK
RGB Variations
Color information
#CBBB27 (or 0xCBBB27) is known color: Barberry. HEX triplet: CB, BB and 27. RGB value is (203,187,39). Sum of RGB (Red+Green+Blue) = 203+187+39=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB27 is #3444D8. Grayscale: #AFAFAF. Windows color (decimal): -3425497 or 2603979. OLE color: 2603979.
HSL color Cylindrical-coordinate representation of color #CBBB27: hue angle of 54.15º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBBB27 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 39 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.20 |
| HSL | 54.15º | 0.68% | 0.47% | - |
| HSV(B) | 54.15º | 0.81% | 0.8% | - |
| XYZ | 42.77 | 48.38 | 9 | - |
| YUV | 174.91 | 51.3 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 39 | 0 | 0.08 | 0.81 | 0.20 | 54.15 | 0.68 | 0.47 |
| Hex | CB | BB | 27 | 0 | 8 | 51 | 14 | 36 | 44 | 2F |
| Octal | 313 | 273 | 47 | 0 | 10 | 121 | 24 | 66 | 104 | 57 |
| Binary | 11001011 | 10111011 | 100111 | 0 | 1000 | 1010001 | 10100 | 110110 | 1000100 | 101111 |
Color Harmonies of #CBBB27
Complementary color
Monochromatic Colors of #CBBB27
Black with #CBBB27
Text Example
Text Example
White with #CBBB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB27; }
p { color: rgb(203,187,39); }
H1.HeaderClassName
{
color: #CBBB27;
}
.AnyTagClassName
{
color: #CBBB27;
}
</style>
background-color css
<style>
a { background-color: #CBBB27; }
a { background-color: rgb(203,187,39); }
div.DivClassName
{
background-color: #CBBB27;
}
.BgClassName
{
background-color: #CBBB27;
}
</style>
border-color css
<style>
span { border-color: #CBBB27; }
span { border-color: rgb(203,187,39); }
td.TdClassName
{
border-color: #CBBB27;
}
.TagClassName
{
border-color: #CBBB27;
}
</style>