Shades of Barberry #C8BE27
Tints of Barberry #C8BE27
RGB
CMYK
RGB Variations
Color information
#C8BE27 (or 0xC8BE27) is known color: Barberry. HEX triplet: C8, BE and 27. RGB value is (200,190,39). Sum of RGB (Red+Green+Blue) = 200+190+39=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE27 is #3741D8. Grayscale: #B0B0B0. Windows color (decimal): -3621337 or 2604744. OLE color: 2604744.
HSL color Cylindrical-coordinate representation of color #C8BE27: hue angle of 56.27º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8BE27 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 39 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.22 |
| HSL | 56.27º | 0.67% | 0.47% | - |
| HSV(B) | 56.27º | 0.81% | 0.78% | - |
| XYZ | 42.6 | 49.25 | 9.18 | - |
| YUV | 175.78 | 50.81 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 39 | 0 | 0.05 | 0.80 | 0.22 | 56.27 | 0.67 | 0.47 |
| Hex | C8 | BE | 27 | 0 | 5 | 50 | 16 | 38 | 43 | 2F |
| Octal | 310 | 276 | 47 | 0 | 5 | 120 | 26 | 70 | 103 | 57 |
| Binary | 11001000 | 10111110 | 100111 | 0 | 101 | 1010000 | 10110 | 111000 | 1000011 | 101111 |
Color Harmonies of #C8BE27
Complementary color
Monochromatic Colors of #C8BE27
Black with #C8BE27
Text Example
Text Example
White with #C8BE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE27; }
p { color: rgb(200,190,39); }
H1.HeaderClassName
{
color: #C8BE27;
}
.AnyTagClassName
{
color: #C8BE27;
}
</style>
background-color css
<style>
a { background-color: #C8BE27; }
a { background-color: rgb(200,190,39); }
div.DivClassName
{
background-color: #C8BE27;
}
.BgClassName
{
background-color: #C8BE27;
}
</style>
border-color css
<style>
span { border-color: #C8BE27; }
span { border-color: rgb(200,190,39); }
td.TdClassName
{
border-color: #C8BE27;
}
.TagClassName
{
border-color: #C8BE27;
}
</style>