Shades of Barberry #C5B829
Tints of Barberry #C5B829
RGB
CMYK
RGB Variations
Color information
#C5B829 (or 0xC5B829) is known color: Barberry. HEX triplet: C5, B8 and 29. RGB value is (197,184,41). Sum of RGB (Red+Green+Blue) = 197+184+41=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B829 is #3A47D6. Grayscale: #ACACAC. Windows color (decimal): -3819479 or 2734277. OLE color: 2734277.
HSL color Cylindrical-coordinate representation of color #C5B829: hue angle of 55º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5B829 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 184 | 41 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.23 |
| HSL | 55º | 0.66% | 0.47% | - |
| HSV(B) | 55º | 0.79% | 0.77% | - |
| XYZ | 40.57 | 46.31 | 8.9 | - |
| YUV | 171.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 184 | 41 | 0 | 0.07 | 0.79 | 0.23 | 55 | 0.66 | 0.47 |
| Hex | C5 | B8 | 29 | 0 | 7 | 4F | 17 | 37 | 42 | 2F |
| Octal | 305 | 270 | 51 | 0 | 7 | 117 | 27 | 67 | 102 | 57 |
| Binary | 11000101 | 10111000 | 101001 | 0 | 111 | 1001111 | 10111 | 110111 | 1000010 | 101111 |
Color Harmonies of #C5B829
Complementary color
Monochromatic Colors of #C5B829
Black with #C5B829
Text Example
Text Example
White with #C5B829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B829; }
p { color: rgb(197,184,41); }
H1.HeaderClassName
{
color: #C5B829;
}
.AnyTagClassName
{
color: #C5B829;
}
</style>
background-color css
<style>
a { background-color: #C5B829; }
a { background-color: rgb(197,184,41); }
div.DivClassName
{
background-color: #C5B829;
}
.BgClassName
{
background-color: #C5B829;
}
</style>
border-color css
<style>
span { border-color: #C5B829; }
span { border-color: rgb(197,184,41); }
td.TdClassName
{
border-color: #C5B829;
}
.TagClassName
{
border-color: #C5B829;
}
</style>