Shades of Barberry #C8BC2A
Tints of Barberry #C8BC2A
RGB
CMYK
RGB Variations
Color information
#C8BC2A (or 0xC8BC2A) is known color: Barberry. HEX triplet: C8, BC and 2A. RGB value is (200,188,42). Sum of RGB (Red+Green+Blue) = 200+188+42=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC2A is #3743D5. Grayscale: #AFAFAF. Windows color (decimal): -3621846 or 2800840. OLE color: 2800840.
HSL color Cylindrical-coordinate representation of color #C8BC2A: hue angle of 55.44º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8BC2A is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 42 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.22 |
| HSL | 55.44º | 0.65% | 0.47% | - |
| HSV(B) | 55.44º | 0.79% | 0.78% | - |
| XYZ | 42.22 | 48.41 | 9.31 | - |
| YUV | 174.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 42 | 0 | 0.06 | 0.79 | 0.22 | 55.44 | 0.65 | 0.47 |
| Hex | C8 | BC | 2A | 0 | 6 | 4F | 16 | 37 | 41 | 2F |
| Octal | 310 | 274 | 52 | 0 | 6 | 117 | 26 | 67 | 101 | 57 |
| Binary | 11001000 | 10111100 | 101010 | 0 | 110 | 1001111 | 10110 | 110111 | 1000001 | 101111 |
Color Harmonies of #C8BC2A
Complementary color
Monochromatic Colors of #C8BC2A
Black with #C8BC2A
Text Example
Text Example
White with #C8BC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC2A; }
p { color: rgb(200,188,42); }
H1.HeaderClassName
{
color: #C8BC2A;
}
.AnyTagClassName
{
color: #C8BC2A;
}
</style>
background-color css
<style>
a { background-color: #C8BC2A; }
a { background-color: rgb(200,188,42); }
div.DivClassName
{
background-color: #C8BC2A;
}
.BgClassName
{
background-color: #C8BC2A;
}
</style>
border-color css
<style>
span { border-color: #C8BC2A; }
span { border-color: rgb(200,188,42); }
td.TdClassName
{
border-color: #C8BC2A;
}
.TagClassName
{
border-color: #C8BC2A;
}
</style>