Shades of Barberry #C4BD2D
Tints of Barberry #C4BD2D
RGB
CMYK
RGB Variations
Color information
#C4BD2D (or 0xC4BD2D) is known color: Barberry. HEX triplet: C4, BD and 2D. RGB value is (196,189,45). Sum of RGB (Red+Green+Blue) = 196+189+45=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BD2D is #3B42D2. Grayscale: #AFAFAF. Windows color (decimal): -3883731 or 2997700. OLE color: 2997700.
HSL color Cylindrical-coordinate representation of color #C4BD2D: hue angle of 57.22º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4BD2D is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 45 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.23 |
| HSL | 57.22º | 0.63% | 0.47% | - |
| HSV(B) | 57.22º | 0.77% | 0.77% | - |
| XYZ | 41.44 | 48.32 | 9.63 | - |
| YUV | 174.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 45 | 0 | 0.04 | 0.77 | 0.23 | 57.22 | 0.63 | 0.47 |
| Hex | C4 | BD | 2D | 0 | 4 | 4D | 17 | 39 | 3F | 2F |
| Octal | 304 | 275 | 55 | 0 | 4 | 115 | 27 | 71 | 77 | 57 |
| Binary | 11000100 | 10111101 | 101101 | 0 | 100 | 1001101 | 10111 | 111001 | 111111 | 101111 |
Color Harmonies of #C4BD2D
Complementary color
Monochromatic Colors of #C4BD2D
Black with #C4BD2D
Text Example
Text Example
White with #C4BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BD2D; }
p { color: rgb(196,189,45); }
H1.HeaderClassName
{
color: #C4BD2D;
}
.AnyTagClassName
{
color: #C4BD2D;
}
</style>
background-color css
<style>
a { background-color: #C4BD2D; }
a { background-color: rgb(196,189,45); }
div.DivClassName
{
background-color: #C4BD2D;
}
.BgClassName
{
background-color: #C4BD2D;
}
</style>
border-color css
<style>
span { border-color: #C4BD2D; }
span { border-color: rgb(196,189,45); }
td.TdClassName
{
border-color: #C4BD2D;
}
.TagClassName
{
border-color: #C4BD2D;
}
</style>