Shades of Barberry #C2BB2B
Tints of Barberry #C2BB2B
RGB
CMYK
RGB Variations
Color information
#C2BB2B (or 0xC2BB2B) is known color: Barberry. HEX triplet: C2, BB and 2B. RGB value is (194,187,43). Sum of RGB (Red+Green+Blue) = 194+187+43=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB2B is #3D44D4. Grayscale: #ADADAD. Windows color (decimal): -4015317 or 2866114. OLE color: 2866114.
HSL color Cylindrical-coordinate representation of color #C2BB2B: hue angle of 57.22º 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 #C2BB2B is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 43 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.24 |
| HSL | 57.22º | 0.64% | 0.46% | - |
| HSV(B) | 57.22º | 0.78% | 0.76% | - |
| XYZ | 40.45 | 47.18 | 9.26 | - |
| YUV | 172.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 43 | 0 | 0.04 | 0.78 | 0.24 | 57.22 | 0.64 | 0.46 |
| Hex | C2 | BB | 2B | 0 | 4 | 4E | 18 | 39 | 40 | 2E |
| Octal | 302 | 273 | 53 | 0 | 4 | 116 | 30 | 71 | 100 | 56 |
| Binary | 11000010 | 10111011 | 101011 | 0 | 100 | 1001110 | 11000 | 111001 | 1000000 | 101110 |
Color Harmonies of #C2BB2B
Complementary color
Monochromatic Colors of #C2BB2B
Black with #C2BB2B
Text Example
Text Example
White with #C2BB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB2B; }
p { color: rgb(194,187,43); }
H1.HeaderClassName
{
color: #C2BB2B;
}
.AnyTagClassName
{
color: #C2BB2B;
}
</style>
background-color css
<style>
a { background-color: #C2BB2B; }
a { background-color: rgb(194,187,43); }
div.DivClassName
{
background-color: #C2BB2B;
}
.BgClassName
{
background-color: #C2BB2B;
}
</style>
border-color css
<style>
span { border-color: #C2BB2B; }
span { border-color: rgb(194,187,43); }
td.TdClassName
{
border-color: #C2BB2B;
}
.TagClassName
{
border-color: #C2BB2B;
}
</style>