Shades of Barberry #C4B926
Tints of Barberry #C4B926
RGB
CMYK
RGB Variations
Color information
#C4B926 (or 0xC4B926) is known color: Barberry. HEX triplet: C4, B9 and 26. RGB value is (196,185,38). Sum of RGB (Red+Green+Blue) = 196+185+38=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B926 is #3B46D9. Grayscale: #ACACAC. Windows color (decimal): -3884762 or 2537924. OLE color: 2537924.
HSL color Cylindrical-coordinate representation of color #C4B926: hue angle of 55.82º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4B926 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 38 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.23 |
| HSL | 55.82º | 0.68% | 0.46% | - |
| HSV(B) | 55.82º | 0.81% | 0.77% | - |
| XYZ | 40.46 | 46.57 | 8.69 | - |
| YUV | 171.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 38 | 0 | 0.06 | 0.81 | 0.23 | 55.82 | 0.68 | 0.46 |
| Hex | C4 | B9 | 26 | 0 | 6 | 51 | 17 | 38 | 44 | 2E |
| Octal | 304 | 271 | 46 | 0 | 6 | 121 | 27 | 70 | 104 | 56 |
| Binary | 11000100 | 10111001 | 100110 | 0 | 110 | 1010001 | 10111 | 111000 | 1000100 | 101110 |
Color Harmonies of #C4B926
Complementary color
Monochromatic Colors of #C4B926
Black with #C4B926
Text Example
Text Example
White with #C4B926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B926; }
p { color: rgb(196,185,38); }
H1.HeaderClassName
{
color: #C4B926;
}
.AnyTagClassName
{
color: #C4B926;
}
</style>
background-color css
<style>
a { background-color: #C4B926; }
a { background-color: rgb(196,185,38); }
div.DivClassName
{
background-color: #C4B926;
}
.BgClassName
{
background-color: #C4B926;
}
</style>
border-color css
<style>
span { border-color: #C4B926; }
span { border-color: rgb(196,185,38); }
td.TdClassName
{
border-color: #C4B926;
}
.TagClassName
{
border-color: #C4B926;
}
</style>