Shades of Barberry #C1BF2B
Tints of Barberry #C1BF2B
RGB
CMYK
RGB Variations
Color information
#C1BF2B (or 0xC1BF2B) is known color: Barberry. HEX triplet: C1, BF and 2B. RGB value is (193,191,43). Sum of RGB (Red+Green+Blue) = 193+191+43=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BF2B is #3E40D4. Grayscale: #AFAFAF. Windows color (decimal): -4079829 or 2867137. OLE color: 2867137.
HSL color Cylindrical-coordinate representation of color #C1BF2B: hue angle of 59.2º 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 #C1BF2B is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 43 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.24 |
| HSL | 59.2º | 0.64% | 0.46% | - |
| HSV(B) | 59.2º | 0.78% | 0.76% | - |
| XYZ | 41.06 | 48.77 | 9.54 | - |
| YUV | 174.73 | 53.66 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 43 | 0 | 0.01 | 0.78 | 0.24 | 59.2 | 0.64 | 0.46 |
| Hex | C1 | BF | 2B | 0 | 1 | 4E | 18 | 3B | 40 | 2E |
| Octal | 301 | 277 | 53 | 0 | 1 | 116 | 30 | 73 | 100 | 56 |
| Binary | 11000001 | 10111111 | 101011 | 0 | 1 | 1001110 | 11000 | 111011 | 1000000 | 101110 |
Color Harmonies of #C1BF2B
Complementary color
Monochromatic Colors of #C1BF2B
Black with #C1BF2B
Text Example
Text Example
White with #C1BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF2B; }
p { color: rgb(193,191,43); }
H1.HeaderClassName
{
color: #C1BF2B;
}
.AnyTagClassName
{
color: #C1BF2B;
}
</style>
background-color css
<style>
a { background-color: #C1BF2B; }
a { background-color: rgb(193,191,43); }
div.DivClassName
{
background-color: #C1BF2B;
}
.BgClassName
{
background-color: #C1BF2B;
}
</style>
border-color css
<style>
span { border-color: #C1BF2B; }
span { border-color: rgb(193,191,43); }
td.TdClassName
{
border-color: #C1BF2B;
}
.TagClassName
{
border-color: #C1BF2B;
}
</style>