Shades of Barberry #C8BC24
Tints of Barberry #C8BC24
RGB
CMYK
RGB Variations
Color information
#C8BC24 (or 0xC8BC24) is known color: Barberry. HEX triplet: C8, BC and 24. RGB value is (200,188,36). Sum of RGB (Red+Green+Blue) = 200+188+36=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC24 is #3743DB. Grayscale: #AEAEAE. Windows color (decimal): -3621852 or 2407624. OLE color: 2407624.
HSL color Cylindrical-coordinate representation of color #C8BC24: hue angle of 55.61º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8BC24 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 36 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.22 |
| HSL | 55.61º | 0.69% | 0.46% | - |
| HSV(B) | 55.61º | 0.82% | 0.78% | - |
| XYZ | 42.12 | 48.37 | 8.79 | - |
| YUV | 174.26 | 49.98 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 36 | 0 | 0.06 | 0.82 | 0.22 | 55.61 | 0.69 | 0.46 |
| Hex | C8 | BC | 24 | 0 | 6 | 52 | 16 | 38 | 45 | 2E |
| Octal | 310 | 274 | 44 | 0 | 6 | 122 | 26 | 70 | 105 | 56 |
| Binary | 11001000 | 10111100 | 100100 | 0 | 110 | 1010010 | 10110 | 111000 | 1000101 | 101110 |
Color Harmonies of #C8BC24
Complementary color
Monochromatic Colors of #C8BC24
Black with #C8BC24
Text Example
Text Example
White with #C8BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC24; }
p { color: rgb(200,188,36); }
H1.HeaderClassName
{
color: #C8BC24;
}
.AnyTagClassName
{
color: #C8BC24;
}
</style>
background-color css
<style>
a { background-color: #C8BC24; }
a { background-color: rgb(200,188,36); }
div.DivClassName
{
background-color: #C8BC24;
}
.BgClassName
{
background-color: #C8BC24;
}
</style>
border-color css
<style>
span { border-color: #C8BC24; }
span { border-color: rgb(200,188,36); }
td.TdClassName
{
border-color: #C8BC24;
}
.TagClassName
{
border-color: #C8BC24;
}
</style>