Shades of Barberry #C1BE29
Tints of Barberry #C1BE29
RGB
CMYK
RGB Variations
Color information
#C1BE29 (or 0xC1BE29) is known color: Barberry. HEX triplet: C1, BE and 29. RGB value is (193,190,41). Sum of RGB (Red+Green+Blue) = 193+190+41=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BE29 is #3E41D6. Grayscale: #AEAEAE. Windows color (decimal): -4080087 or 2735809. OLE color: 2735809.
HSL color Cylindrical-coordinate representation of color #C1BE29: hue angle of 58.82º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1BE29 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 41 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.24 |
| HSL | 58.82º | 0.65% | 0.46% | - |
| HSV(B) | 58.82º | 0.79% | 0.76% | - |
| XYZ | 40.81 | 48.32 | 9.27 | - |
| YUV | 173.91 | 52.99 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 41 | 0 | 0.02 | 0.79 | 0.24 | 58.82 | 0.65 | 0.46 |
| Hex | C1 | BE | 29 | 0 | 2 | 4F | 18 | 3B | 41 | 2E |
| Octal | 301 | 276 | 51 | 0 | 2 | 117 | 30 | 73 | 101 | 56 |
| Binary | 11000001 | 10111110 | 101001 | 0 | 10 | 1001111 | 11000 | 111011 | 1000001 | 101110 |
Color Harmonies of #C1BE29
Complementary color
Monochromatic Colors of #C1BE29
Black with #C1BE29
Text Example
Text Example
White with #C1BE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE29; }
p { color: rgb(193,190,41); }
H1.HeaderClassName
{
color: #C1BE29;
}
.AnyTagClassName
{
color: #C1BE29;
}
</style>
background-color css
<style>
a { background-color: #C1BE29; }
a { background-color: rgb(193,190,41); }
div.DivClassName
{
background-color: #C1BE29;
}
.BgClassName
{
background-color: #C1BE29;
}
</style>
border-color css
<style>
span { border-color: #C1BE29; }
span { border-color: rgb(193,190,41); }
td.TdClassName
{
border-color: #C1BE29;
}
.TagClassName
{
border-color: #C1BE29;
}
</style>