Shades of Barberry #C4BE2D
Tints of Barberry #C4BE2D
RGB
CMYK
RGB Variations
Color information
#C4BE2D (or 0xC4BE2D) is known color: Barberry. HEX triplet: C4, BE and 2D. RGB value is (196,190,45). Sum of RGB (Red+Green+Blue) = 196+190+45=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BE2D is #3B41D2. Grayscale: #AFAFAF. Windows color (decimal): -3883475 or 2997956. OLE color: 2997956.
HSL color Cylindrical-coordinate representation of color #C4BE2D: hue angle of 57.62º 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 #C4BE2D is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 45 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.23 |
| HSL | 57.62º | 0.63% | 0.47% | - |
| HSV(B) | 57.62º | 0.77% | 0.77% | - |
| XYZ | 41.65 | 48.75 | 9.7 | - |
| YUV | 175.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 45 | 0 | 0.03 | 0.77 | 0.23 | 57.62 | 0.63 | 0.47 |
| Hex | C4 | BE | 2D | 0 | 3 | 4D | 17 | 3A | 3F | 2F |
| Octal | 304 | 276 | 55 | 0 | 3 | 115 | 27 | 72 | 77 | 57 |
| Binary | 11000100 | 10111110 | 101101 | 0 | 11 | 1001101 | 10111 | 111010 | 111111 | 101111 |
Color Harmonies of #C4BE2D
Complementary color
Monochromatic Colors of #C4BE2D
Black with #C4BE2D
Text Example
Text Example
White with #C4BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BE2D; }
p { color: rgb(196,190,45); }
H1.HeaderClassName
{
color: #C4BE2D;
}
.AnyTagClassName
{
color: #C4BE2D;
}
</style>
background-color css
<style>
a { background-color: #C4BE2D; }
a { background-color: rgb(196,190,45); }
div.DivClassName
{
background-color: #C4BE2D;
}
.BgClassName
{
background-color: #C4BE2D;
}
</style>
border-color css
<style>
span { border-color: #C4BE2D; }
span { border-color: rgb(196,190,45); }
td.TdClassName
{
border-color: #C4BE2D;
}
.TagClassName
{
border-color: #C4BE2D;
}
</style>