Shades of Barberry #C7BF2D
Tints of Barberry #C7BF2D
RGB
CMYK
RGB Variations
Color information
#C7BF2D (or 0xC7BF2D) is known color: Barberry. HEX triplet: C7, BF and 2D. RGB value is (199,191,45). Sum of RGB (Red+Green+Blue) = 199+191+45=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BF2D is #3840D2. Grayscale: #B1B1B1. Windows color (decimal): -3686611 or 2998215. OLE color: 2998215.
HSL color Cylindrical-coordinate representation of color #C7BF2D: hue angle of 56.88º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7BF2D is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 45 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.22 |
| HSL | 56.88º | 0.63% | 0.48% | - |
| HSV(B) | 56.88º | 0.77% | 0.78% | - |
| XYZ | 42.66 | 49.59 | 9.81 | - |
| YUV | 176.75 | 53.65 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 45 | 0 | 0.04 | 0.77 | 0.22 | 56.88 | 0.63 | 0.48 |
| Hex | C7 | BF | 2D | 0 | 4 | 4D | 16 | 39 | 3F | 30 |
| Octal | 307 | 277 | 55 | 0 | 4 | 115 | 26 | 71 | 77 | 60 |
| Binary | 11000111 | 10111111 | 101101 | 0 | 100 | 1001101 | 10110 | 111001 | 111111 | 110000 |
Color Harmonies of #C7BF2D
Complementary color
Monochromatic Colors of #C7BF2D
Black with #C7BF2D
Text Example
Text Example
White with #C7BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF2D; }
p { color: rgb(199,191,45); }
H1.HeaderClassName
{
color: #C7BF2D;
}
.AnyTagClassName
{
color: #C7BF2D;
}
</style>
background-color css
<style>
a { background-color: #C7BF2D; }
a { background-color: rgb(199,191,45); }
div.DivClassName
{
background-color: #C7BF2D;
}
.BgClassName
{
background-color: #C7BF2D;
}
</style>
border-color css
<style>
span { border-color: #C7BF2D; }
span { border-color: rgb(199,191,45); }
td.TdClassName
{
border-color: #C7BF2D;
}
.TagClassName
{
border-color: #C7BF2D;
}
</style>