Shades of Barberry #C8BF24
Tints of Barberry #C8BF24
RGB
CMYK
RGB Variations
Color information
#C8BF24 (or 0xC8BF24) is known color: Barberry. HEX triplet: C8, BF and 24. RGB value is (200,191,36). Sum of RGB (Red+Green+Blue) = 200+191+36=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 36 (14.45% from 255 or 8.43% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF24 is #3740DB. Grayscale: #B0B0B0. Windows color (decimal): -3621084 or 2408392. OLE color: 2408392.
HSL color Cylindrical-coordinate representation of color #C8BF24: hue angle of 56.71º 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 #C8BF24 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 36 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.22 |
| HSL | 56.71º | 0.69% | 0.46% | - |
| HSV(B) | 56.71º | 0.82% | 0.78% | - |
| XYZ | 42.77 | 49.67 | 9 | - |
| YUV | 176.02 | 48.98 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 36 | 0 | 0.04 | 0.82 | 0.22 | 56.71 | 0.69 | 0.46 |
| Hex | C8 | BF | 24 | 0 | 4 | 52 | 16 | 39 | 45 | 2E |
| Octal | 310 | 277 | 44 | 0 | 4 | 122 | 26 | 71 | 105 | 56 |
| Binary | 11001000 | 10111111 | 100100 | 0 | 100 | 1010010 | 10110 | 111001 | 1000101 | 101110 |
Color Harmonies of #C8BF24
Complementary color
Monochromatic Colors of #C8BF24
Black with #C8BF24
Text Example
Text Example
White with #C8BF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF24; }
p { color: rgb(200,191,36); }
H1.HeaderClassName
{
color: #C8BF24;
}
.AnyTagClassName
{
color: #C8BF24;
}
</style>
background-color css
<style>
a { background-color: #C8BF24; }
a { background-color: rgb(200,191,36); }
div.DivClassName
{
background-color: #C8BF24;
}
.BgClassName
{
background-color: #C8BF24;
}
</style>
border-color css
<style>
span { border-color: #C8BF24; }
span { border-color: rgb(200,191,36); }
td.TdClassName
{
border-color: #C8BF24;
}
.TagClassName
{
border-color: #C8BF24;
}
</style>