Shades of Pine Glade #B4BC6F
Tints of Pine Glade #B4BC6F
RGB
CMYK
RGB Variations
Color information
#B4BC6F (or 0xB4BC6F) is known color: Pine Glade. HEX triplet: B4, BC and 6F. RGB value is (180,188,111). Sum of RGB (Red+Green+Blue) = 180+188+111=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BC6F is #4B4390. Grayscale: #B1B1B1. Windows color (decimal): -4932497 or 7322804. OLE color: 7322804.
HSL color Cylindrical-coordinate representation of color #B4BC6F: hue angle of 66.23º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4BC6F is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 188 | 111 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.26 |
| HSL | 66.23º | 0.36% | 0.59% | - |
| HSV(B) | 66.23º | 0.41% | 0.74% | - |
| XYZ | 39.67 | 46.82 | 21.98 | - |
| YUV | 176.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 111 | 0.04 | 0 | 0.41 | 0.26 | 66.23 | 0.36 | 0.59 |
| Hex | B4 | BC | 6F | 4 | 0 | 29 | 1A | 42 | 24 | 3B |
| Octal | 264 | 274 | 157 | 4 | 0 | 51 | 32 | 102 | 44 | 73 |
| Binary | 10110100 | 10111100 | 1101111 | 100 | 0 | 101001 | 11010 | 1000010 | 100100 | 111011 |
Color Harmonies of #B4BC6F
Complementary color
Monochromatic Colors of #B4BC6F
Black with #B4BC6F
Text Example
Text Example
White with #B4BC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BC6F; }
p { color: rgb(180,188,111); }
H1.HeaderClassName
{
color: #B4BC6F;
}
.AnyTagClassName
{
color: #B4BC6F;
}
</style>
background-color css
<style>
a { background-color: #B4BC6F; }
a { background-color: rgb(180,188,111); }
div.DivClassName
{
background-color: #B4BC6F;
}
.BgClassName
{
background-color: #B4BC6F;
}
</style>
border-color css
<style>
span { border-color: #B4BC6F; }
span { border-color: rgb(180,188,111); }
td.TdClassName
{
border-color: #B4BC6F;
}
.TagClassName
{
border-color: #B4BC6F;
}
</style>