Shades of Barberry #C8BB26
Tints of Barberry #C8BB26
RGB
CMYK
RGB Variations
Color information
#C8BB26 (or 0xC8BB26) is known color: Barberry. HEX triplet: C8, BB and 26. RGB value is (200,187,38). Sum of RGB (Red+Green+Blue) = 200+187+38=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB26 is #3744D9. Grayscale: #AEAEAE. Windows color (decimal): -3622106 or 2538440. OLE color: 2538440.
HSL color Cylindrical-coordinate representation of color #C8BB26: hue angle of 55.19º degrees, saturation: 0.68, 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 #C8BB26 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 38 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.22 |
| HSL | 55.19º | 0.68% | 0.47% | - |
| HSV(B) | 55.19º | 0.81% | 0.78% | - |
| XYZ | 41.94 | 47.96 | 8.88 | - |
| YUV | 173.9 | 51.31 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 38 | 0 | 0.06 | 0.81 | 0.22 | 55.19 | 0.68 | 0.47 |
| Hex | C8 | BB | 26 | 0 | 6 | 51 | 16 | 37 | 44 | 2F |
| Octal | 310 | 273 | 46 | 0 | 6 | 121 | 26 | 67 | 104 | 57 |
| Binary | 11001000 | 10111011 | 100110 | 0 | 110 | 1010001 | 10110 | 110111 | 1000100 | 101111 |
Color Harmonies of #C8BB26
Complementary color
Monochromatic Colors of #C8BB26
Black with #C8BB26
Text Example
Text Example
White with #C8BB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB26; }
p { color: rgb(200,187,38); }
H1.HeaderClassName
{
color: #C8BB26;
}
.AnyTagClassName
{
color: #C8BB26;
}
</style>
background-color css
<style>
a { background-color: #C8BB26; }
a { background-color: rgb(200,187,38); }
div.DivClassName
{
background-color: #C8BB26;
}
.BgClassName
{
background-color: #C8BB26;
}
</style>
border-color css
<style>
span { border-color: #C8BB26; }
span { border-color: rgb(200,187,38); }
td.TdClassName
{
border-color: #C8BB26;
}
.TagClassName
{
border-color: #C8BB26;
}
</style>