Shades of Barberry #C1BC2C
Tints of Barberry #C1BC2C
RGB
CMYK
RGB Variations
Color information
#C1BC2C (or 0xC1BC2C) is known color: Barberry. HEX triplet: C1, BC and 2C. RGB value is (193,188,44). Sum of RGB (Red+Green+Blue) = 193+188+44=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BC2C is #3E43D3. Grayscale: #ADADAD. Windows color (decimal): -4080596 or 2931905. OLE color: 2931905.
HSL color Cylindrical-coordinate representation of color #C1BC2C: hue angle of 57.99º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1BC2C is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 44 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.24 |
| HSL | 57.99º | 0.63% | 0.46% | - |
| HSV(B) | 57.99º | 0.77% | 0.76% | - |
| XYZ | 40.43 | 47.49 | 9.42 | - |
| YUV | 173.08 | 55.16 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 44 | 0 | 0.03 | 0.77 | 0.24 | 57.99 | 0.63 | 0.46 |
| Hex | C1 | BC | 2C | 0 | 3 | 4D | 18 | 3A | 3F | 2E |
| Octal | 301 | 274 | 54 | 0 | 3 | 115 | 30 | 72 | 77 | 56 |
| Binary | 11000001 | 10111100 | 101100 | 0 | 11 | 1001101 | 11000 | 111010 | 111111 | 101110 |
Color Harmonies of #C1BC2C
Complementary color
Monochromatic Colors of #C1BC2C
Black with #C1BC2C
Text Example
Text Example
White with #C1BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC2C; }
p { color: rgb(193,188,44); }
H1.HeaderClassName
{
color: #C1BC2C;
}
.AnyTagClassName
{
color: #C1BC2C;
}
</style>
background-color css
<style>
a { background-color: #C1BC2C; }
a { background-color: rgb(193,188,44); }
div.DivClassName
{
background-color: #C1BC2C;
}
.BgClassName
{
background-color: #C1BC2C;
}
</style>
border-color css
<style>
span { border-color: #C1BC2C; }
span { border-color: rgb(193,188,44); }
td.TdClassName
{
border-color: #C1BC2C;
}
.TagClassName
{
border-color: #C1BC2C;
}
</style>