Shades of Barberry #C5B927
Tints of Barberry #C5B927
RGB
CMYK
RGB Variations
Color information
#C5B927 (or 0xC5B927) is known color: Barberry. HEX triplet: C5, B9 and 27. RGB value is (197,185,39). Sum of RGB (Red+Green+Blue) = 197+185+39=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B927 is #3A46D8. Grayscale: #ACACAC. Windows color (decimal): -3819225 or 2603461. OLE color: 2603461.
HSL color Cylindrical-coordinate representation of color #C5B927: hue angle of 55.44º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5B927 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 185 | 39 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.23 |
| HSL | 55.44º | 0.67% | 0.46% | - |
| HSV(B) | 55.44º | 0.8% | 0.77% | - |
| XYZ | 40.74 | 46.71 | 8.79 | - |
| YUV | 171.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 185 | 39 | 0 | 0.06 | 0.80 | 0.23 | 55.44 | 0.67 | 0.46 |
| Hex | C5 | B9 | 27 | 0 | 6 | 50 | 17 | 37 | 43 | 2E |
| Octal | 305 | 271 | 47 | 0 | 6 | 120 | 27 | 67 | 103 | 56 |
| Binary | 11000101 | 10111001 | 100111 | 0 | 110 | 1010000 | 10111 | 110111 | 1000011 | 101110 |
Color Harmonies of #C5B927
Complementary color
Monochromatic Colors of #C5B927
Black with #C5B927
Text Example
Text Example
White with #C5B927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B927; }
p { color: rgb(197,185,39); }
H1.HeaderClassName
{
color: #C5B927;
}
.AnyTagClassName
{
color: #C5B927;
}
</style>
background-color css
<style>
a { background-color: #C5B927; }
a { background-color: rgb(197,185,39); }
div.DivClassName
{
background-color: #C5B927;
}
.BgClassName
{
background-color: #C5B927;
}
</style>
border-color css
<style>
span { border-color: #C5B927; }
span { border-color: rgb(197,185,39); }
td.TdClassName
{
border-color: #C5B927;
}
.TagClassName
{
border-color: #C5B927;
}
</style>