Shades of Barberry #C7BE2D
Tints of Barberry #C7BE2D
RGB
CMYK
RGB Variations
Color information
#C7BE2D (or 0xC7BE2D) is known color: Barberry. HEX triplet: C7, BE and 2D. RGB value is (199,190,45). Sum of RGB (Red+Green+Blue) = 199+190+45=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BE2D is #3841D2. Grayscale: #B0B0B0. Windows color (decimal): -3686867 or 2997959. OLE color: 2997959.
HSL color Cylindrical-coordinate representation of color #C7BE2D: hue angle of 56.49º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7BE2D is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 190 | 45 | - |
CMYK | 0 | 0.05 | 0.77 | 0.22 |
HSL | 56.49º | 0.63% | 0.48% | - |
HSV(B) | 56.49º | 0.77% | 0.78% | - |
XYZ | 42.44 | 49.16 | 9.73 | - |
YUV | 176.16 | 53.98 | 144.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 190 | 45 | 0 | 0.05 | 0.77 | 0.22 | 56.49 | 0.63 | 0.48 |
Hex | C7 | BE | 2D | 0 | 5 | 4D | 16 | 38 | 3F | 30 |
Octal | 307 | 276 | 55 | 0 | 5 | 115 | 26 | 70 | 77 | 60 |
Binary | 11000111 | 10111110 | 101101 | 0 | 101 | 1001101 | 10110 | 111000 | 111111 | 110000 |
Color Harmonies of #C7BE2D
Complementary color
Monochromatic Colors of #C7BE2D
Black with #C7BE2D
Text Example
Text Example
White with #C7BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BE2D; }
p { color: rgb(199,190,45); }
H1.HeaderClassName
{
color: #C7BE2D;
}
.AnyTagClassName
{
color: #C7BE2D;
}
</style>
background-color css
<style>
a { background-color: #C7BE2D; }
a { background-color: rgb(199,190,45); }
div.DivClassName
{
background-color: #C7BE2D;
}
.BgClassName
{
background-color: #C7BE2D;
}
</style>
border-color css
<style>
span { border-color: #C7BE2D; }
span { border-color: rgb(199,190,45); }
td.TdClassName
{
border-color: #C7BE2D;
}
.TagClassName
{
border-color: #C7BE2D;
}
</style>