Shades of Barberry #C9BB23
Tints of Barberry #C9BB23
RGB
CMYK
RGB Variations
Color information
#C9BB23 (or 0xC9BB23) is known color: Barberry. HEX triplet: C9, BB and 23. RGB value is (201,187,35). Sum of RGB (Red+Green+Blue) = 201+187+35=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 35 (14.06% from 255 or 8.27% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB23 is #3644DC. Grayscale: #AEAEAE. Windows color (decimal): -3556573 or 2341833. OLE color: 2341833.
HSL color Cylindrical-coordinate representation of color #C9BB23: hue angle of 54.94º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9BB23 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 35 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.21 |
| HSL | 54.94º | 0.7% | 0.46% | - |
| HSV(B) | 54.94º | 0.83% | 0.79% | - |
| XYZ | 42.16 | 48.08 | 8.65 | - |
| YUV | 173.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 35 | 0 | 0.07 | 0.83 | 0.21 | 54.94 | 0.7 | 0.46 |
| Hex | C9 | BB | 23 | 0 | 7 | 53 | 15 | 37 | 46 | 2E |
| Octal | 311 | 273 | 43 | 0 | 7 | 123 | 25 | 67 | 106 | 56 |
| Binary | 11001001 | 10111011 | 100011 | 0 | 111 | 1010011 | 10101 | 110111 | 1000110 | 101110 |
Color Harmonies of #C9BB23
Complementary color
Monochromatic Colors of #C9BB23
Black with #C9BB23
Text Example
Text Example
White with #C9BB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB23; }
p { color: rgb(201,187,35); }
H1.HeaderClassName
{
color: #C9BB23;
}
.AnyTagClassName
{
color: #C9BB23;
}
</style>
background-color css
<style>
a { background-color: #C9BB23; }
a { background-color: rgb(201,187,35); }
div.DivClassName
{
background-color: #C9BB23;
}
.BgClassName
{
background-color: #C9BB23;
}
</style>
border-color css
<style>
span { border-color: #C9BB23; }
span { border-color: rgb(201,187,35); }
td.TdClassName
{
border-color: #C9BB23;
}
.TagClassName
{
border-color: #C9BB23;
}
</style>