Shades of Barberry #CBBA28
Tints of Barberry #CBBA28
RGB
CMYK
RGB Variations
Color information
#CBBA28 (or 0xCBBA28) is known color: Barberry. HEX triplet: CB, BA and 28. RGB value is (203,186,40). Sum of RGB (Red+Green+Blue) = 203+186+40=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA28 is #3445D7. Grayscale: #AFAFAF. Windows color (decimal): -3425752 or 2669259. OLE color: 2669259.
HSL color Cylindrical-coordinate representation of color #CBBA28: hue angle of 53.74º degrees, saturation: 0.67, 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 #CBBA28 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 40 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.20 |
| HSL | 53.74º | 0.67% | 0.48% | - |
| HSV(B) | 53.74º | 0.8% | 0.8% | - |
| XYZ | 42.57 | 47.97 | 9.02 | - |
| YUV | 174.44 | 52.13 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 40 | 0 | 0.08 | 0.80 | 0.20 | 53.74 | 0.67 | 0.48 |
| Hex | CB | BA | 28 | 0 | 8 | 50 | 14 | 36 | 43 | 30 |
| Octal | 313 | 272 | 50 | 0 | 10 | 120 | 24 | 66 | 103 | 60 |
| Binary | 11001011 | 10111010 | 101000 | 0 | 1000 | 1010000 | 10100 | 110110 | 1000011 | 110000 |
Color Harmonies of #CBBA28
Complementary color
Monochromatic Colors of #CBBA28
Black with #CBBA28
Text Example
Text Example
White with #CBBA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA28; }
p { color: rgb(203,186,40); }
H1.HeaderClassName
{
color: #CBBA28;
}
.AnyTagClassName
{
color: #CBBA28;
}
</style>
background-color css
<style>
a { background-color: #CBBA28; }
a { background-color: rgb(203,186,40); }
div.DivClassName
{
background-color: #CBBA28;
}
.BgClassName
{
background-color: #CBBA28;
}
</style>
border-color css
<style>
span { border-color: #CBBA28; }
span { border-color: rgb(203,186,40); }
td.TdClassName
{
border-color: #CBBA28;
}
.TagClassName
{
border-color: #CBBA28;
}
</style>