Shades of Barberry #C9BB2B
Tints of Barberry #C9BB2B
RGB
CMYK
RGB Variations
Color information
#C9BB2B (or 0xC9BB2B) is known color: Barberry. HEX triplet: C9, BB and 2B. RGB value is (201,187,43). Sum of RGB (Red+Green+Blue) = 201+187+43=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB2B is #3644D4. Grayscale: #AFAFAF. Windows color (decimal): -3556565 or 2866121. OLE color: 2866121.
HSL color Cylindrical-coordinate representation of color #C9BB2B: hue angle of 54.68º 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 #C9BB2B is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 43 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.21 |
| HSL | 54.68º | 0.65% | 0.48% | - |
| HSV(B) | 54.68º | 0.79% | 0.79% | - |
| XYZ | 42.29 | 48.13 | 9.35 | - |
| YUV | 174.77 | 53.64 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 43 | 0 | 0.07 | 0.79 | 0.21 | 54.68 | 0.65 | 0.48 |
| Hex | C9 | BB | 2B | 0 | 7 | 4F | 15 | 37 | 41 | 30 |
| Octal | 311 | 273 | 53 | 0 | 7 | 117 | 25 | 67 | 101 | 60 |
| Binary | 11001001 | 10111011 | 101011 | 0 | 111 | 1001111 | 10101 | 110111 | 1000001 | 110000 |
Color Harmonies of #C9BB2B
Complementary color
Monochromatic Colors of #C9BB2B
Black with #C9BB2B
Text Example
Text Example
White with #C9BB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB2B; }
p { color: rgb(201,187,43); }
H1.HeaderClassName
{
color: #C9BB2B;
}
.AnyTagClassName
{
color: #C9BB2B;
}
</style>
background-color css
<style>
a { background-color: #C9BB2B; }
a { background-color: rgb(201,187,43); }
div.DivClassName
{
background-color: #C9BB2B;
}
.BgClassName
{
background-color: #C9BB2B;
}
</style>
border-color css
<style>
span { border-color: #C9BB2B; }
span { border-color: rgb(201,187,43); }
td.TdClassName
{
border-color: #C9BB2B;
}
.TagClassName
{
border-color: #C9BB2B;
}
</style>