Shades of Barberry #C6BF2E
Tints of Barberry #C6BF2E
RGB
CMYK
RGB Variations
Color information
#C6BF2E (or 0xC6BF2E) is known color: Barberry. HEX triplet: C6, BF and 2E. RGB value is (198,191,46). Sum of RGB (Red+Green+Blue) = 198+191+46=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BF2E is #3940D1. Grayscale: #B1B1B1. Windows color (decimal): -3752146 or 3063750. OLE color: 3063750.
HSL color Cylindrical-coordinate representation of color #C6BF2E: hue angle of 57.24º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6BF2E is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 46 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.22 |
| HSL | 57.24º | 0.62% | 0.48% | - |
| HSV(B) | 57.24º | 0.77% | 0.78% | - |
| XYZ | 42.41 | 49.46 | 9.9 | - |
| YUV | 176.56 | 54.32 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 46 | 0 | 0.04 | 0.77 | 0.22 | 57.24 | 0.62 | 0.48 |
| Hex | C6 | BF | 2E | 0 | 4 | 4D | 16 | 39 | 3E | 30 |
| Octal | 306 | 277 | 56 | 0 | 4 | 115 | 26 | 71 | 76 | 60 |
| Binary | 11000110 | 10111111 | 101110 | 0 | 100 | 1001101 | 10110 | 111001 | 111110 | 110000 |
Color Harmonies of #C6BF2E
Complementary color
Monochromatic Colors of #C6BF2E
Black with #C6BF2E
Text Example
Text Example
White with #C6BF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF2E; }
p { color: rgb(198,191,46); }
H1.HeaderClassName
{
color: #C6BF2E;
}
.AnyTagClassName
{
color: #C6BF2E;
}
</style>
background-color css
<style>
a { background-color: #C6BF2E; }
a { background-color: rgb(198,191,46); }
div.DivClassName
{
background-color: #C6BF2E;
}
.BgClassName
{
background-color: #C6BF2E;
}
</style>
border-color css
<style>
span { border-color: #C6BF2E; }
span { border-color: rgb(198,191,46); }
td.TdClassName
{
border-color: #C6BF2E;
}
.TagClassName
{
border-color: #C6BF2E;
}
</style>