Shades of Barberry #C5BE2E
Tints of Barberry #C5BE2E
RGB
CMYK
RGB Variations
Color information
#C5BE2E (or 0xC5BE2E) is known color: Barberry. HEX triplet: C5, BE and 2E. RGB value is (197,190,46). Sum of RGB (Red+Green+Blue) = 197+190+46=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE2E is #3A41D1. Grayscale: #B0B0B0. Windows color (decimal): -3817938 or 3063493. OLE color: 3063493.
HSL color Cylindrical-coordinate representation of color #C5BE2E: hue angle of 57.22º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5BE2E is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 46 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.23 |
| HSL | 57.22º | 0.62% | 0.48% | - |
| HSV(B) | 57.22º | 0.77% | 0.77% | - |
| XYZ | 41.93 | 48.89 | 9.81 | - |
| YUV | 175.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 46 | 0 | 0.04 | 0.77 | 0.23 | 57.22 | 0.62 | 0.48 |
| Hex | C5 | BE | 2E | 0 | 4 | 4D | 17 | 39 | 3E | 30 |
| Octal | 305 | 276 | 56 | 0 | 4 | 115 | 27 | 71 | 76 | 60 |
| Binary | 11000101 | 10111110 | 101110 | 0 | 100 | 1001101 | 10111 | 111001 | 111110 | 110000 |
Color Harmonies of #C5BE2E
Complementary color
Monochromatic Colors of #C5BE2E
Black with #C5BE2E
Text Example
Text Example
White with #C5BE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE2E; }
p { color: rgb(197,190,46); }
H1.HeaderClassName
{
color: #C5BE2E;
}
.AnyTagClassName
{
color: #C5BE2E;
}
</style>
background-color css
<style>
a { background-color: #C5BE2E; }
a { background-color: rgb(197,190,46); }
div.DivClassName
{
background-color: #C5BE2E;
}
.BgClassName
{
background-color: #C5BE2E;
}
</style>
border-color css
<style>
span { border-color: #C5BE2E; }
span { border-color: rgb(197,190,46); }
td.TdClassName
{
border-color: #C5BE2E;
}
.TagClassName
{
border-color: #C5BE2E;
}
</style>