Shades of Barberry #C7B826
Tints of Barberry #C7B826
RGB
CMYK
RGB Variations
Color information
#C7B826 (or 0xC7B826) is known color: Barberry. HEX triplet: C7, B8 and 26. RGB value is (199,184,38). Sum of RGB (Red+Green+Blue) = 199+184+38=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B826 is #3847D9. Grayscale: #ACACAC. Windows color (decimal): -3688410 or 2537671. OLE color: 2537671.
HSL color Cylindrical-coordinate representation of color #C7B826: hue angle of 54.41º degrees, saturation: 0.68, 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 #C7B826 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 184 | 38 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.22 |
| HSL | 54.41º | 0.68% | 0.46% | - |
| HSV(B) | 54.41º | 0.81% | 0.78% | - |
| XYZ | 41.04 | 46.56 | 8.66 | - |
| YUV | 171.84 | 52.47 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 184 | 38 | 0 | 0.08 | 0.81 | 0.22 | 54.41 | 0.68 | 0.46 |
| Hex | C7 | B8 | 26 | 0 | 8 | 51 | 16 | 36 | 44 | 2E |
| Octal | 307 | 270 | 46 | 0 | 10 | 121 | 26 | 66 | 104 | 56 |
| Binary | 11000111 | 10111000 | 100110 | 0 | 1000 | 1010001 | 10110 | 110110 | 1000100 | 101110 |
Color Harmonies of #C7B826
Complementary color
Monochromatic Colors of #C7B826
Black with #C7B826
Text Example
Text Example
White with #C7B826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B826; }
p { color: rgb(199,184,38); }
H1.HeaderClassName
{
color: #C7B826;
}
.AnyTagClassName
{
color: #C7B826;
}
</style>
background-color css
<style>
a { background-color: #C7B826; }
a { background-color: rgb(199,184,38); }
div.DivClassName
{
background-color: #C7B826;
}
.BgClassName
{
background-color: #C7B826;
}
</style>
border-color css
<style>
span { border-color: #C7B826; }
span { border-color: rgb(199,184,38); }
td.TdClassName
{
border-color: #C7B826;
}
.TagClassName
{
border-color: #C7B826;
}
</style>