Shades of Barberry #C7BC2B
Tints of Barberry #C7BC2B
RGB
CMYK
RGB Variations
Color information
#C7BC2B (or 0xC7BC2B) is known color: Barberry. HEX triplet: C7, BC and 2B. RGB value is (199,188,43). Sum of RGB (Red+Green+Blue) = 199+188+43=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC2B is #3843D4. Grayscale: #AFAFAF. Windows color (decimal): -3687381 or 2866375. OLE color: 2866375.
HSL color Cylindrical-coordinate representation of color #C7BC2B: hue angle of 55.77º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7BC2B is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 43 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.22 |
| HSL | 55.77º | 0.64% | 0.47% | - |
| HSV(B) | 55.77º | 0.78% | 0.78% | - |
| XYZ | 41.97 | 48.28 | 9.39 | - |
| YUV | 174.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 43 | 0 | 0.06 | 0.78 | 0.22 | 55.77 | 0.64 | 0.47 |
| Hex | C7 | BC | 2B | 0 | 6 | 4E | 16 | 38 | 40 | 2F |
| Octal | 307 | 274 | 53 | 0 | 6 | 116 | 26 | 70 | 100 | 57 |
| Binary | 11000111 | 10111100 | 101011 | 0 | 110 | 1001110 | 10110 | 111000 | 1000000 | 101111 |
Color Harmonies of #C7BC2B
Complementary color
Monochromatic Colors of #C7BC2B
Black with #C7BC2B
Text Example
Text Example
White with #C7BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC2B; }
p { color: rgb(199,188,43); }
H1.HeaderClassName
{
color: #C7BC2B;
}
.AnyTagClassName
{
color: #C7BC2B;
}
</style>
background-color css
<style>
a { background-color: #C7BC2B; }
a { background-color: rgb(199,188,43); }
div.DivClassName
{
background-color: #C7BC2B;
}
.BgClassName
{
background-color: #C7BC2B;
}
</style>
border-color css
<style>
span { border-color: #C7BC2B; }
span { border-color: rgb(199,188,43); }
td.TdClassName
{
border-color: #C7BC2B;
}
.TagClassName
{
border-color: #C7BC2B;
}
</style>