Shades of Barberry #C8BF2D
Tints of Barberry #C8BF2D
RGB
CMYK
RGB Variations
Color information
#C8BF2D (or 0xC8BF2D) is known color: Barberry. HEX triplet: C8, BF and 2D. RGB value is (200,191,45). Sum of RGB (Red+Green+Blue) = 200+191+45=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF2D is #3740D2. Grayscale: #B1B1B1. Windows color (decimal): -3621075 or 2998216. OLE color: 2998216.
HSL color Cylindrical-coordinate representation of color #C8BF2D: hue angle of 56.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8BF2D is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 45 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.22 |
| HSL | 56.52º | 0.63% | 0.48% | - |
| HSV(B) | 56.52º | 0.78% | 0.78% | - |
| XYZ | 42.92 | 49.73 | 9.82 | - |
| YUV | 177.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 45 | 0 | 0.04 | 0.78 | 0.22 | 56.52 | 0.63 | 0.48 |
| Hex | C8 | BF | 2D | 0 | 4 | 4E | 16 | 39 | 3F | 30 |
| Octal | 310 | 277 | 55 | 0 | 4 | 116 | 26 | 71 | 77 | 60 |
| Binary | 11001000 | 10111111 | 101101 | 0 | 100 | 1001110 | 10110 | 111001 | 111111 | 110000 |
Color Harmonies of #C8BF2D
Complementary color
Monochromatic Colors of #C8BF2D
Black with #C8BF2D
Text Example
Text Example
White with #C8BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF2D; }
p { color: rgb(200,191,45); }
H1.HeaderClassName
{
color: #C8BF2D;
}
.AnyTagClassName
{
color: #C8BF2D;
}
</style>
background-color css
<style>
a { background-color: #C8BF2D; }
a { background-color: rgb(200,191,45); }
div.DivClassName
{
background-color: #C8BF2D;
}
.BgClassName
{
background-color: #C8BF2D;
}
</style>
border-color css
<style>
span { border-color: #C8BF2D; }
span { border-color: rgb(200,191,45); }
td.TdClassName
{
border-color: #C8BF2D;
}
.TagClassName
{
border-color: #C8BF2D;
}
</style>