Shades of Barberry #C1BC27
Tints of Barberry #C1BC27
RGB
CMYK
RGB Variations
Color information
#C1BC27 (or 0xC1BC27) is known color: Barberry. HEX triplet: C1, BC and 27. RGB value is (193,188,39). Sum of RGB (Red+Green+Blue) = 193+188+39=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BC27 is #3E43D8. Grayscale: #ADADAD. Windows color (decimal): -4080601 or 2604225. OLE color: 2604225.
HSL color Cylindrical-coordinate representation of color #C1BC27: hue angle of 58.05º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1BC27 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 39 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.24 |
| HSL | 58.05º | 0.66% | 0.45% | - |
| HSV(B) | 58.05º | 0.8% | 0.76% | - |
| XYZ | 40.34 | 47.45 | 8.95 | - |
| YUV | 172.51 | 52.66 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 39 | 0 | 0.03 | 0.80 | 0.24 | 58.05 | 0.66 | 0.45 |
| Hex | C1 | BC | 27 | 0 | 3 | 50 | 18 | 3A | 42 | 2D |
| Octal | 301 | 274 | 47 | 0 | 3 | 120 | 30 | 72 | 102 | 55 |
| Binary | 11000001 | 10111100 | 100111 | 0 | 11 | 1010000 | 11000 | 111010 | 1000010 | 101101 |
Color Harmonies of #C1BC27
Complementary color
Monochromatic Colors of #C1BC27
Black with #C1BC27
Text Example
Text Example
White with #C1BC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC27; }
p { color: rgb(193,188,39); }
H1.HeaderClassName
{
color: #C1BC27;
}
.AnyTagClassName
{
color: #C1BC27;
}
</style>
background-color css
<style>
a { background-color: #C1BC27; }
a { background-color: rgb(193,188,39); }
div.DivClassName
{
background-color: #C1BC27;
}
.BgClassName
{
background-color: #C1BC27;
}
</style>
border-color css
<style>
span { border-color: #C1BC27; }
span { border-color: rgb(193,188,39); }
td.TdClassName
{
border-color: #C1BC27;
}
.TagClassName
{
border-color: #C1BC27;
}
</style>