Shades of Barberry #C8BC26
Tints of Barberry #C8BC26
RGB
CMYK
RGB Variations
Color information
#C8BC26 (or 0xC8BC26) is known color: Barberry. HEX triplet: C8, BC and 26. RGB value is (200,188,38). Sum of RGB (Red+Green+Blue) = 200+188+38=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC26 is #3743D9. Grayscale: #AFAFAF. Windows color (decimal): -3621850 or 2538696. OLE color: 2538696.
HSL color Cylindrical-coordinate representation of color #C8BC26: hue angle of 55.56º 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 #C8BC26 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 38 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.22 |
| HSL | 55.56º | 0.68% | 0.47% | - |
| HSV(B) | 55.56º | 0.81% | 0.78% | - |
| XYZ | 42.15 | 48.39 | 8.95 | - |
| YUV | 174.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 38 | 0 | 0.06 | 0.81 | 0.22 | 55.56 | 0.68 | 0.47 |
| Hex | C8 | BC | 26 | 0 | 6 | 51 | 16 | 38 | 44 | 2F |
| Octal | 310 | 274 | 46 | 0 | 6 | 121 | 26 | 70 | 104 | 57 |
| Binary | 11001000 | 10111100 | 100110 | 0 | 110 | 1010001 | 10110 | 111000 | 1000100 | 101111 |
Color Harmonies of #C8BC26
Complementary color
Monochromatic Colors of #C8BC26
Black with #C8BC26
Text Example
Text Example
White with #C8BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC26; }
p { color: rgb(200,188,38); }
H1.HeaderClassName
{
color: #C8BC26;
}
.AnyTagClassName
{
color: #C8BC26;
}
</style>
background-color css
<style>
a { background-color: #C8BC26; }
a { background-color: rgb(200,188,38); }
div.DivClassName
{
background-color: #C8BC26;
}
.BgClassName
{
background-color: #C8BC26;
}
</style>
border-color css
<style>
span { border-color: #C8BC26; }
span { border-color: rgb(200,188,38); }
td.TdClassName
{
border-color: #C8BC26;
}
.TagClassName
{
border-color: #C8BC26;
}
</style>