Shades of Barberry #C8BD26
Tints of Barberry #C8BD26
RGB
CMYK
RGB Variations
Color information
#C8BD26 (or 0xC8BD26) is known color: Barberry. HEX triplet: C8, BD and 26. RGB value is (200,189,38). Sum of RGB (Red+Green+Blue) = 200+189+38=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BD26 is #3742D9. Grayscale: #AFAFAF. Windows color (decimal): -3621594 or 2538952. OLE color: 2538952.
HSL color Cylindrical-coordinate representation of color #C8BD26: hue angle of 55.93º 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 #C8BD26 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 38 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.22 |
| HSL | 55.93º | 0.68% | 0.47% | - |
| HSV(B) | 55.93º | 0.81% | 0.78% | - |
| XYZ | 42.37 | 48.81 | 9.02 | - |
| YUV | 175.08 | 50.64 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 38 | 0 | 0.06 | 0.81 | 0.22 | 55.93 | 0.68 | 0.47 |
| Hex | C8 | BD | 26 | 0 | 6 | 51 | 16 | 38 | 44 | 2F |
| Octal | 310 | 275 | 46 | 0 | 6 | 121 | 26 | 70 | 104 | 57 |
| Binary | 11001000 | 10111101 | 100110 | 0 | 110 | 1010001 | 10110 | 111000 | 1000100 | 101111 |
Color Harmonies of #C8BD26
Complementary color
Monochromatic Colors of #C8BD26
Black with #C8BD26
Text Example
Text Example
White with #C8BD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BD26; }
p { color: rgb(200,189,38); }
H1.HeaderClassName
{
color: #C8BD26;
}
.AnyTagClassName
{
color: #C8BD26;
}
</style>
background-color css
<style>
a { background-color: #C8BD26; }
a { background-color: rgb(200,189,38); }
div.DivClassName
{
background-color: #C8BD26;
}
.BgClassName
{
background-color: #C8BD26;
}
</style>
border-color css
<style>
span { border-color: #C8BD26; }
span { border-color: rgb(200,189,38); }
td.TdClassName
{
border-color: #C8BD26;
}
.TagClassName
{
border-color: #C8BD26;
}
</style>