Shades of Barberry #C7B927
Tints of Barberry #C7B927
RGB
CMYK
RGB Variations
Color information
#C7B927 (or 0xC7B927) is known color: Barberry. HEX triplet: C7, B9 and 27. RGB value is (199,185,39). Sum of RGB (Red+Green+Blue) = 199+185+39=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B927 is #3846D8. Grayscale: #ADADAD. Windows color (decimal): -3688153 or 2603463. OLE color: 2603463.
HSL color Cylindrical-coordinate representation of color #C7B927: hue angle of 54.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7B927 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 185 | 39 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.22 |
| HSL | 54.75º | 0.67% | 0.47% | - |
| HSV(B) | 54.75º | 0.8% | 0.78% | - |
| XYZ | 41.27 | 46.99 | 8.81 | - |
| YUV | 172.54 | 52.64 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 185 | 39 | 0 | 0.07 | 0.80 | 0.22 | 54.75 | 0.67 | 0.47 |
| Hex | C7 | B9 | 27 | 0 | 7 | 50 | 16 | 37 | 43 | 2F |
| Octal | 307 | 271 | 47 | 0 | 7 | 120 | 26 | 67 | 103 | 57 |
| Binary | 11000111 | 10111001 | 100111 | 0 | 111 | 1010000 | 10110 | 110111 | 1000011 | 101111 |
Color Harmonies of #C7B927
Complementary color
Monochromatic Colors of #C7B927
Black with #C7B927
Text Example
Text Example
White with #C7B927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B927; }
p { color: rgb(199,185,39); }
H1.HeaderClassName
{
color: #C7B927;
}
.AnyTagClassName
{
color: #C7B927;
}
</style>
background-color css
<style>
a { background-color: #C7B927; }
a { background-color: rgb(199,185,39); }
div.DivClassName
{
background-color: #C7B927;
}
.BgClassName
{
background-color: #C7B927;
}
</style>
border-color css
<style>
span { border-color: #C7B927; }
span { border-color: rgb(199,185,39); }
td.TdClassName
{
border-color: #C7B927;
}
.TagClassName
{
border-color: #C7B927;
}
</style>