Shades of Barberry #C3BA28
Tints of Barberry #C3BA28
RGB
CMYK
RGB Variations
Color information
#C3BA28 (or 0xC3BA28) is known color: Barberry. HEX triplet: C3, BA and 28. RGB value is (195,186,40). Sum of RGB (Red+Green+Blue) = 195+186+40=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA28 is #3C45D7. Grayscale: #ACACAC. Windows color (decimal): -3950040 or 2669251. OLE color: 2669251.
HSL color Cylindrical-coordinate representation of color #C3BA28: hue angle of 56.52º degrees, saturation: 0.66, 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 #C3BA28 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 40 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.24 |
| HSL | 56.52º | 0.66% | 0.46% | - |
| HSV(B) | 56.52º | 0.79% | 0.76% | - |
| XYZ | 40.45 | 46.87 | 8.92 | - |
| YUV | 172.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 40 | 0 | 0.05 | 0.79 | 0.24 | 56.52 | 0.66 | 0.46 |
| Hex | C3 | BA | 28 | 0 | 5 | 4F | 18 | 39 | 42 | 2E |
| Octal | 303 | 272 | 50 | 0 | 5 | 117 | 30 | 71 | 102 | 56 |
| Binary | 11000011 | 10111010 | 101000 | 0 | 101 | 1001111 | 11000 | 111001 | 1000010 | 101110 |
Color Harmonies of #C3BA28
Complementary color
Monochromatic Colors of #C3BA28
Black with #C3BA28
Text Example
Text Example
White with #C3BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA28; }
p { color: rgb(195,186,40); }
H1.HeaderClassName
{
color: #C3BA28;
}
.AnyTagClassName
{
color: #C3BA28;
}
</style>
background-color css
<style>
a { background-color: #C3BA28; }
a { background-color: rgb(195,186,40); }
div.DivClassName
{
background-color: #C3BA28;
}
.BgClassName
{
background-color: #C3BA28;
}
</style>
border-color css
<style>
span { border-color: #C3BA28; }
span { border-color: rgb(195,186,40); }
td.TdClassName
{
border-color: #C3BA28;
}
.TagClassName
{
border-color: #C3BA28;
}
</style>