Shades of Barberry #C5BF2D
Tints of Barberry #C5BF2D
RGB
CMYK
RGB Variations
Color information
#C5BF2D (or 0xC5BF2D) is known color: Barberry. HEX triplet: C5, BF and 2D. RGB value is (197,191,45). Sum of RGB (Red+Green+Blue) = 197+191+45=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF2D is #3A40D2. Grayscale: #B0B0B0. Windows color (decimal): -3817683 or 2998213. OLE color: 2998213.
HSL color Cylindrical-coordinate representation of color #C5BF2D: hue angle of 57.63º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5BF2D is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 45 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.23 |
| HSL | 57.63º | 0.63% | 0.47% | - |
| HSV(B) | 57.63º | 0.77% | 0.77% | - |
| XYZ | 42.13 | 49.32 | 9.78 | - |
| YUV | 176.15 | 53.99 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 45 | 0 | 0.03 | 0.77 | 0.23 | 57.63 | 0.63 | 0.47 |
| Hex | C5 | BF | 2D | 0 | 3 | 4D | 17 | 3A | 3F | 2F |
| Octal | 305 | 277 | 55 | 0 | 3 | 115 | 27 | 72 | 77 | 57 |
| Binary | 11000101 | 10111111 | 101101 | 0 | 11 | 1001101 | 10111 | 111010 | 111111 | 101111 |
Color Harmonies of #C5BF2D
Complementary color
Monochromatic Colors of #C5BF2D
Black with #C5BF2D
Text Example
Text Example
White with #C5BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF2D; }
p { color: rgb(197,191,45); }
H1.HeaderClassName
{
color: #C5BF2D;
}
.AnyTagClassName
{
color: #C5BF2D;
}
</style>
background-color css
<style>
a { background-color: #C5BF2D; }
a { background-color: rgb(197,191,45); }
div.DivClassName
{
background-color: #C5BF2D;
}
.BgClassName
{
background-color: #C5BF2D;
}
</style>
border-color css
<style>
span { border-color: #C5BF2D; }
span { border-color: rgb(197,191,45); }
td.TdClassName
{
border-color: #C5BF2D;
}
.TagClassName
{
border-color: #C5BF2D;
}
</style>