Shades of Barberry #C3BD2D
Tints of Barberry #C3BD2D
RGB
CMYK
RGB Variations
Color information
#C3BD2D (or 0xC3BD2D) is known color: Barberry. HEX triplet: C3, BD and 2D. RGB value is (195,189,45). Sum of RGB (Red+Green+Blue) = 195+189+45=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BD2D is #3C42D2. Grayscale: #AEAEAE. Windows color (decimal): -3949267 or 2997699. OLE color: 2997699.
HSL color Cylindrical-coordinate representation of color #C3BD2D: hue angle of 57.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3BD2D is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 189 | 45 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.24 |
| HSL | 57.6º | 0.63% | 0.47% | - |
| HSV(B) | 57.6º | 0.77% | 0.76% | - |
| XYZ | 41.18 | 48.19 | 9.61 | - |
| YUV | 174.38 | 54.99 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 45 | 0 | 0.03 | 0.77 | 0.24 | 57.6 | 0.63 | 0.47 |
| Hex | C3 | BD | 2D | 0 | 3 | 4D | 18 | 3A | 3E | 2F |
| Octal | 303 | 275 | 55 | 0 | 3 | 115 | 30 | 72 | 76 | 57 |
| Binary | 11000011 | 10111101 | 101101 | 0 | 11 | 1001101 | 11000 | 111010 | 111110 | 101111 |
Color Harmonies of #C3BD2D
Complementary color
Monochromatic Colors of #C3BD2D
Black with #C3BD2D
Text Example
Text Example
White with #C3BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BD2D; }
p { color: rgb(195,189,45); }
H1.HeaderClassName
{
color: #C3BD2D;
}
.AnyTagClassName
{
color: #C3BD2D;
}
</style>
background-color css
<style>
a { background-color: #C3BD2D; }
a { background-color: rgb(195,189,45); }
div.DivClassName
{
background-color: #C3BD2D;
}
.BgClassName
{
background-color: #C3BD2D;
}
</style>
border-color css
<style>
span { border-color: #C3BD2D; }
span { border-color: rgb(195,189,45); }
td.TdClassName
{
border-color: #C3BD2D;
}
.TagClassName
{
border-color: #C3BD2D;
}
</style>