Shades of Barberry #C6BC23
Tints of Barberry #C6BC23
RGB
CMYK
RGB Variations
Color information
#C6BC23 (or 0xC6BC23) is known color: Barberry. HEX triplet: C6, BC and 23. RGB value is (198,188,35). Sum of RGB (Red+Green+Blue) = 198+188+35=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC23 is #3943DC. Grayscale: #AEAEAE. Windows color (decimal): -3752925 or 2342086. OLE color: 2342086.
HSL color Cylindrical-coordinate representation of color #C6BC23: hue angle of 56.32º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6BC23 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 35 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.22 |
| HSL | 56.32º | 0.7% | 0.46% | - |
| HSV(B) | 56.32º | 0.82% | 0.78% | - |
| XYZ | 41.58 | 48.09 | 8.68 | - |
| YUV | 173.55 | 49.81 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 35 | 0 | 0.05 | 0.82 | 0.22 | 56.32 | 0.7 | 0.46 |
| Hex | C6 | BC | 23 | 0 | 5 | 52 | 16 | 38 | 46 | 2E |
| Octal | 306 | 274 | 43 | 0 | 5 | 122 | 26 | 70 | 106 | 56 |
| Binary | 11000110 | 10111100 | 100011 | 0 | 101 | 1010010 | 10110 | 111000 | 1000110 | 101110 |
Color Harmonies of #C6BC23
Complementary color
Monochromatic Colors of #C6BC23
Black with #C6BC23
Text Example
Text Example
White with #C6BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BC23; }
p { color: rgb(198,188,35); }
H1.HeaderClassName
{
color: #C6BC23;
}
.AnyTagClassName
{
color: #C6BC23;
}
</style>
background-color css
<style>
a { background-color: #C6BC23; }
a { background-color: rgb(198,188,35); }
div.DivClassName
{
background-color: #C6BC23;
}
.BgClassName
{
background-color: #C6BC23;
}
</style>
border-color css
<style>
span { border-color: #C6BC23; }
span { border-color: rgb(198,188,35); }
td.TdClassName
{
border-color: #C6BC23;
}
.TagClassName
{
border-color: #C6BC23;
}
</style>