Shades of Barberry #C8BB2B
Tints of Barberry #C8BB2B
RGB
CMYK
RGB Variations
Color information
#C8BB2B (or 0xC8BB2B) is known color: Barberry. HEX triplet: C8, BB and 2B. RGB value is (200,187,43). Sum of RGB (Red+Green+Blue) = 200+187+43=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB2B is #3744D4. Grayscale: #AFAFAF. Windows color (decimal): -3622101 or 2866120. OLE color: 2866120.
HSL color Cylindrical-coordinate representation of color #C8BB2B: hue angle of 55.03º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8BB2B is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 43 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.22 |
| HSL | 55.03º | 0.65% | 0.48% | - |
| HSV(B) | 55.03º | 0.79% | 0.78% | - |
| XYZ | 42.03 | 47.99 | 9.33 | - |
| YUV | 174.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 43 | 0 | 0.06 | 0.78 | 0.22 | 55.03 | 0.65 | 0.48 |
| Hex | C8 | BB | 2B | 0 | 6 | 4E | 16 | 37 | 41 | 30 |
| Octal | 310 | 273 | 53 | 0 | 6 | 116 | 26 | 67 | 101 | 60 |
| Binary | 11001000 | 10111011 | 101011 | 0 | 110 | 1001110 | 10110 | 110111 | 1000001 | 110000 |
Color Harmonies of #C8BB2B
Complementary color
Monochromatic Colors of #C8BB2B
Black with #C8BB2B
Text Example
Text Example
White with #C8BB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB2B; }
p { color: rgb(200,187,43); }
H1.HeaderClassName
{
color: #C8BB2B;
}
.AnyTagClassName
{
color: #C8BB2B;
}
</style>
background-color css
<style>
a { background-color: #C8BB2B; }
a { background-color: rgb(200,187,43); }
div.DivClassName
{
background-color: #C8BB2B;
}
.BgClassName
{
background-color: #C8BB2B;
}
</style>
border-color css
<style>
span { border-color: #C8BB2B; }
span { border-color: rgb(200,187,43); }
td.TdClassName
{
border-color: #C8BB2B;
}
.TagClassName
{
border-color: #C8BB2B;
}
</style>