Shades of Barberry #C4BA29
Tints of Barberry #C4BA29
RGB
CMYK
RGB Variations
Color information
#C4BA29 (or 0xC4BA29) is known color: Barberry. HEX triplet: C4, BA and 29. RGB value is (196,186,41). Sum of RGB (Red+Green+Blue) = 196+186+41=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA29 is #3B45D6. Grayscale: #ADADAD. Windows color (decimal): -3884503 or 2734788. OLE color: 2734788.
HSL color Cylindrical-coordinate representation of color #C4BA29: hue angle of 56.13º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4BA29 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 41 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.23 |
| HSL | 56.13º | 0.65% | 0.46% | - |
| HSV(B) | 56.13º | 0.79% | 0.77% | - |
| XYZ | 40.72 | 47.01 | 9.03 | - |
| YUV | 172.46 | 53.81 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 41 | 0 | 0.05 | 0.79 | 0.23 | 56.13 | 0.65 | 0.46 |
| Hex | C4 | BA | 29 | 0 | 5 | 4F | 17 | 38 | 41 | 2E |
| Octal | 304 | 272 | 51 | 0 | 5 | 117 | 27 | 70 | 101 | 56 |
| Binary | 11000100 | 10111010 | 101001 | 0 | 101 | 1001111 | 10111 | 111000 | 1000001 | 101110 |
Color Harmonies of #C4BA29
Complementary color
Monochromatic Colors of #C4BA29
Black with #C4BA29
Text Example
Text Example
White with #C4BA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA29; }
p { color: rgb(196,186,41); }
H1.HeaderClassName
{
color: #C4BA29;
}
.AnyTagClassName
{
color: #C4BA29;
}
</style>
background-color css
<style>
a { background-color: #C4BA29; }
a { background-color: rgb(196,186,41); }
div.DivClassName
{
background-color: #C4BA29;
}
.BgClassName
{
background-color: #C4BA29;
}
</style>
border-color css
<style>
span { border-color: #C4BA29; }
span { border-color: rgb(196,186,41); }
td.TdClassName
{
border-color: #C4BA29;
}
.TagClassName
{
border-color: #C4BA29;
}
</style>