Shades of Barberry #C2BC2B
Tints of Barberry #C2BC2B
RGB
CMYK
RGB Variations
Color information
#C2BC2B (or 0xC2BC2B) is known color: Barberry. HEX triplet: C2, BC and 2B. RGB value is (194,188,43). Sum of RGB (Red+Green+Blue) = 194+188+43=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC2B is #3D43D4. Grayscale: #ADADAD. Windows color (decimal): -4015061 or 2866370. OLE color: 2866370.
HSL color Cylindrical-coordinate representation of color #C2BC2B: hue angle of 57.62º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2BC2B is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 43 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.24 |
| HSL | 57.62º | 0.64% | 0.46% | - |
| HSV(B) | 57.62º | 0.78% | 0.76% | - |
| XYZ | 40.67 | 47.61 | 9.33 | - |
| YUV | 173.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 43 | 0 | 0.03 | 0.78 | 0.24 | 57.62 | 0.64 | 0.46 |
| Hex | C2 | BC | 2B | 0 | 3 | 4E | 18 | 3A | 40 | 2E |
| Octal | 302 | 274 | 53 | 0 | 3 | 116 | 30 | 72 | 100 | 56 |
| Binary | 11000010 | 10111100 | 101011 | 0 | 11 | 1001110 | 11000 | 111010 | 1000000 | 101110 |
Color Harmonies of #C2BC2B
Complementary color
Monochromatic Colors of #C2BC2B
Black with #C2BC2B
Text Example
Text Example
White with #C2BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC2B; }
p { color: rgb(194,188,43); }
H1.HeaderClassName
{
color: #C2BC2B;
}
.AnyTagClassName
{
color: #C2BC2B;
}
</style>
background-color css
<style>
a { background-color: #C2BC2B; }
a { background-color: rgb(194,188,43); }
div.DivClassName
{
background-color: #C2BC2B;
}
.BgClassName
{
background-color: #C2BC2B;
}
</style>
border-color css
<style>
span { border-color: #C2BC2B; }
span { border-color: rgb(194,188,43); }
td.TdClassName
{
border-color: #C2BC2B;
}
.TagClassName
{
border-color: #C2BC2B;
}
</style>