Shades of Barberry #C8BC2B
Tints of Barberry #C8BC2B
RGB
CMYK
RGB Variations
Color information
#C8BC2B (or 0xC8BC2B) is known color: Barberry. HEX triplet: C8, BC and 2B. RGB value is (200,188,43). Sum of RGB (Red+Green+Blue) = 200+188+43=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC2B is #3743D4. Grayscale: #AFAFAF. Windows color (decimal): -3621845 or 2866376. OLE color: 2866376.
HSL color Cylindrical-coordinate representation of color #C8BC2B: hue angle of 55.41º 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 #C8BC2B is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 43 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.22 |
| HSL | 55.41º | 0.65% | 0.48% | - |
| HSV(B) | 55.41º | 0.79% | 0.78% | - |
| XYZ | 42.24 | 48.42 | 9.41 | - |
| YUV | 175.06 | 53.48 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 43 | 0 | 0.06 | 0.78 | 0.22 | 55.41 | 0.65 | 0.48 |
| Hex | C8 | BC | 2B | 0 | 6 | 4E | 16 | 37 | 41 | 30 |
| Octal | 310 | 274 | 53 | 0 | 6 | 116 | 26 | 67 | 101 | 60 |
| Binary | 11001000 | 10111100 | 101011 | 0 | 110 | 1001110 | 10110 | 110111 | 1000001 | 110000 |
Color Harmonies of #C8BC2B
Complementary color
Monochromatic Colors of #C8BC2B
Black with #C8BC2B
Text Example
Text Example
White with #C8BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC2B; }
p { color: rgb(200,188,43); }
H1.HeaderClassName
{
color: #C8BC2B;
}
.AnyTagClassName
{
color: #C8BC2B;
}
</style>
background-color css
<style>
a { background-color: #C8BC2B; }
a { background-color: rgb(200,188,43); }
div.DivClassName
{
background-color: #C8BC2B;
}
.BgClassName
{
background-color: #C8BC2B;
}
</style>
border-color css
<style>
span { border-color: #C8BC2B; }
span { border-color: rgb(200,188,43); }
td.TdClassName
{
border-color: #C8BC2B;
}
.TagClassName
{
border-color: #C8BC2B;
}
</style>