Shades of Barberry #C7B828
Tints of Barberry #C7B828
RGB
CMYK
RGB Variations
Color information
#C7B828 (or 0xC7B828) is known color: Barberry. HEX triplet: C7, B8 and 28. RGB value is (199,184,40). Sum of RGB (Red+Green+Blue) = 199+184+40=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B828 is #3847D7. Grayscale: #ACACAC. Windows color (decimal): -3688408 or 2668743. OLE color: 2668743.
HSL color Cylindrical-coordinate representation of color #C7B828: hue angle of 54.34º 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 #C7B828 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 40 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.22 |
| HSL | 54.34º | 0.67% | 0.47% | - |
| HSV(B) | 54.34º | 0.8% | 0.78% | - |
| XYZ | 41.08 | 46.58 | 8.83 | - |
| YUV | 172.07 | 53.47 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 40 | 0 | 0.08 | 0.80 | 0.22 | 54.34 | 0.67 | 0.47 |
| Hex | C7 | B8 | 28 | 0 | 8 | 50 | 16 | 36 | 43 | 2F |
| Octal | 307 | 270 | 50 | 0 | 10 | 120 | 26 | 66 | 103 | 57 |
| Binary | 11000111 | 10111000 | 101000 | 0 | 1000 | 1010000 | 10110 | 110110 | 1000011 | 101111 |
Color Harmonies of #C7B828
Complementary color
Monochromatic Colors of #C7B828
Black with #C7B828
Text Example
Text Example
White with #C7B828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B828; }
p { color: rgb(199,184,40); }
H1.HeaderClassName
{
color: #C7B828;
}
.AnyTagClassName
{
color: #C7B828;
}
</style>
background-color css
<style>
a { background-color: #C7B828; }
a { background-color: rgb(199,184,40); }
div.DivClassName
{
background-color: #C7B828;
}
.BgClassName
{
background-color: #C7B828;
}
</style>
border-color css
<style>
span { border-color: #C7B828; }
span { border-color: rgb(199,184,40); }
td.TdClassName
{
border-color: #C7B828;
}
.TagClassName
{
border-color: #C7B828;
}
</style>