Shades of Barberry #C3BA25
Tints of Barberry #C3BA25
RGB
CMYK
RGB Variations
Color information
#C3BA25 (or 0xC3BA25) is known color: Barberry. HEX triplet: C3, BA and 25. RGB value is (195,186,37). Sum of RGB (Red+Green+Blue) = 195+186+37=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BA25 is #3C45DA. Grayscale: #ACACAC. Windows color (decimal): -3950043 or 2472643. OLE color: 2472643.
HSL color Cylindrical-coordinate representation of color #C3BA25: hue angle of 56.58º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3BA25 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 37 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.24 |
| HSL | 56.58º | 0.68% | 0.45% | - |
| HSV(B) | 56.58º | 0.81% | 0.76% | - |
| XYZ | 40.4 | 46.85 | 8.66 | - |
| YUV | 171.71 | 51.98 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 37 | 0 | 0.05 | 0.81 | 0.24 | 56.58 | 0.68 | 0.45 |
| Hex | C3 | BA | 25 | 0 | 5 | 51 | 18 | 39 | 44 | 2D |
| Octal | 303 | 272 | 45 | 0 | 5 | 121 | 30 | 71 | 104 | 55 |
| Binary | 11000011 | 10111010 | 100101 | 0 | 101 | 1010001 | 11000 | 111001 | 1000100 | 101101 |
Color Harmonies of #C3BA25
Complementary color
Monochromatic Colors of #C3BA25
Black with #C3BA25
Text Example
Text Example
White with #C3BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA25; }
p { color: rgb(195,186,37); }
H1.HeaderClassName
{
color: #C3BA25;
}
.AnyTagClassName
{
color: #C3BA25;
}
</style>
background-color css
<style>
a { background-color: #C3BA25; }
a { background-color: rgb(195,186,37); }
div.DivClassName
{
background-color: #C3BA25;
}
.BgClassName
{
background-color: #C3BA25;
}
</style>
border-color css
<style>
span { border-color: #C3BA25; }
span { border-color: rgb(195,186,37); }
td.TdClassName
{
border-color: #C3BA25;
}
.TagClassName
{
border-color: #C3BA25;
}
</style>