Shades of Pine Glade #B4BE72
Tints of Pine Glade #B4BE72
RGB
CMYK
RGB Variations
Color information
#B4BE72 (or 0xB4BE72) is known color: Pine Glade. HEX triplet: B4, BE and 72. RGB value is (180,190,114). Sum of RGB (Red+Green+Blue) = 180+190+114=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BE72 is #4B418D. Grayscale: #B2B2B2. Windows color (decimal): -4931982 or 7519924. OLE color: 7519924.
HSL color Cylindrical-coordinate representation of color #B4BE72: hue angle of 67.89º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4BE72 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 190 | 114 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.25 |
| HSL | 67.89º | 0.37% | 0.6% | - |
| HSV(B) | 67.89º | 0.4% | 0.75% | - |
| XYZ | 40.27 | 47.75 | 23.01 | - |
| YUV | 178.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 114 | 0.05 | 0 | 0.40 | 0.25 | 67.89 | 0.37 | 0.6 |
| Hex | B4 | BE | 72 | 5 | 0 | 28 | 19 | 44 | 25 | 3C |
| Octal | 264 | 276 | 162 | 5 | 0 | 50 | 31 | 104 | 45 | 74 |
| Binary | 10110100 | 10111110 | 1110010 | 101 | 0 | 101000 | 11001 | 1000100 | 100101 | 111100 |
Color Harmonies of #B4BE72
Complementary color
Monochromatic Colors of #B4BE72
Black with #B4BE72
Text Example
Text Example
White with #B4BE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BE72; }
p { color: rgb(180,190,114); }
H1.HeaderClassName
{
color: #B4BE72;
}
.AnyTagClassName
{
color: #B4BE72;
}
</style>
background-color css
<style>
a { background-color: #B4BE72; }
a { background-color: rgb(180,190,114); }
div.DivClassName
{
background-color: #B4BE72;
}
.BgClassName
{
background-color: #B4BE72;
}
</style>
border-color css
<style>
span { border-color: #B4BE72; }
span { border-color: rgb(180,190,114); }
td.TdClassName
{
border-color: #B4BE72;
}
.TagClassName
{
border-color: #B4BE72;
}
</style>