Shades of Barberry #C7BA25
Tints of Barberry #C7BA25
RGB
CMYK
RGB Variations
Color information
#C7BA25 (or 0xC7BA25) is known color: Barberry. HEX triplet: C7, BA and 25. RGB value is (199,186,37). Sum of RGB (Red+Green+Blue) = 199+186+37=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA25 is #3845DA. Grayscale: #ADADAD. Windows color (decimal): -3687899 or 2472647. OLE color: 2472647.
HSL color Cylindrical-coordinate representation of color #C7BA25: hue angle of 55.19º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7BA25 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 186 | 37 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.22 |
| HSL | 55.19º | 0.69% | 0.46% | - |
| HSV(B) | 55.19º | 0.81% | 0.78% | - |
| XYZ | 41.45 | 47.39 | 8.71 | - |
| YUV | 172.9 | 51.31 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 186 | 37 | 0 | 0.07 | 0.81 | 0.22 | 55.19 | 0.69 | 0.46 |
| Hex | C7 | BA | 25 | 0 | 7 | 51 | 16 | 37 | 45 | 2E |
| Octal | 307 | 272 | 45 | 0 | 7 | 121 | 26 | 67 | 105 | 56 |
| Binary | 11000111 | 10111010 | 100101 | 0 | 111 | 1010001 | 10110 | 110111 | 1000101 | 101110 |
Color Harmonies of #C7BA25
Complementary color
Monochromatic Colors of #C7BA25
Black with #C7BA25
Text Example
Text Example
White with #C7BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BA25; }
p { color: rgb(199,186,37); }
H1.HeaderClassName
{
color: #C7BA25;
}
.AnyTagClassName
{
color: #C7BA25;
}
</style>
background-color css
<style>
a { background-color: #C7BA25; }
a { background-color: rgb(199,186,37); }
div.DivClassName
{
background-color: #C7BA25;
}
.BgClassName
{
background-color: #C7BA25;
}
</style>
border-color css
<style>
span { border-color: #C7BA25; }
span { border-color: rgb(199,186,37); }
td.TdClassName
{
border-color: #C7BA25;
}
.TagClassName
{
border-color: #C7BA25;
}
</style>