Shades of Barberry #C8BA27
Tints of Barberry #C8BA27
RGB
CMYK
RGB Variations
Color information
#C8BA27 (or 0xC8BA27) is known color: Barberry. HEX triplet: C8, BA and 27. RGB value is (200,186,39). Sum of RGB (Red+Green+Blue) = 200+186+39=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA27 is #3745D8. Grayscale: #AEAEAE. Windows color (decimal): -3622361 or 2603720. OLE color: 2603720.
HSL color Cylindrical-coordinate representation of color #C8BA27: hue angle of 54.78º 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 #C8BA27 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 39 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.22 |
| HSL | 54.78º | 0.67% | 0.47% | - |
| HSV(B) | 54.78º | 0.81% | 0.78% | - |
| XYZ | 41.74 | 47.54 | 8.9 | - |
| YUV | 173.43 | 52.14 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 39 | 0 | 0.07 | 0.80 | 0.22 | 54.78 | 0.67 | 0.47 |
| Hex | C8 | BA | 27 | 0 | 7 | 50 | 16 | 37 | 43 | 2F |
| Octal | 310 | 272 | 47 | 0 | 7 | 120 | 26 | 67 | 103 | 57 |
| Binary | 11001000 | 10111010 | 100111 | 0 | 111 | 1010000 | 10110 | 110111 | 1000011 | 101111 |
Color Harmonies of #C8BA27
Complementary color
Monochromatic Colors of #C8BA27
Black with #C8BA27
Text Example
Text Example
White with #C8BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA27; }
p { color: rgb(200,186,39); }
H1.HeaderClassName
{
color: #C8BA27;
}
.AnyTagClassName
{
color: #C8BA27;
}
</style>
background-color css
<style>
a { background-color: #C8BA27; }
a { background-color: rgb(200,186,39); }
div.DivClassName
{
background-color: #C8BA27;
}
.BgClassName
{
background-color: #C8BA27;
}
</style>
border-color css
<style>
span { border-color: #C8BA27; }
span { border-color: rgb(200,186,39); }
td.TdClassName
{
border-color: #C8BA27;
}
.TagClassName
{
border-color: #C8BA27;
}
</style>