Shades of Pine Glade #B4BF6F
Tints of Pine Glade #B4BF6F
RGB
CMYK
RGB Variations
Color information
#B4BF6F (or 0xB4BF6F) is known color: Pine Glade. HEX triplet: B4, BF and 6F. RGB value is (180,191,111). Sum of RGB (Red+Green+Blue) = 180+191+111=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF6F is #4B4090. Grayscale: #B2B2B2. Windows color (decimal): -4931729 or 7323572. OLE color: 7323572.
HSL color Cylindrical-coordinate representation of color #B4BF6F: hue angle of 68.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4BF6F is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 191 | 111 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.25 |
| HSL | 68.25º | 0.38% | 0.59% | - |
| HSV(B) | 68.25º | 0.42% | 0.75% | - |
| XYZ | 40.32 | 48.11 | 22.2 | - |
| YUV | 178.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 191 | 111 | 0.06 | 0 | 0.42 | 0.25 | 68.25 | 0.38 | 0.59 |
| Hex | B4 | BF | 6F | 6 | 0 | 2A | 19 | 44 | 26 | 3B |
| Octal | 264 | 277 | 157 | 6 | 0 | 52 | 31 | 104 | 46 | 73 |
| Binary | 10110100 | 10111111 | 1101111 | 110 | 0 | 101010 | 11001 | 1000100 | 100110 | 111011 |
Color Harmonies of #B4BF6F
Complementary color
Monochromatic Colors of #B4BF6F
Black with #B4BF6F
Text Example
Text Example
White with #B4BF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BF6F; }
p { color: rgb(180,191,111); }
H1.HeaderClassName
{
color: #B4BF6F;
}
.AnyTagClassName
{
color: #B4BF6F;
}
</style>
background-color css
<style>
a { background-color: #B4BF6F; }
a { background-color: rgb(180,191,111); }
div.DivClassName
{
background-color: #B4BF6F;
}
.BgClassName
{
background-color: #B4BF6F;
}
</style>
border-color css
<style>
span { border-color: #B4BF6F; }
span { border-color: rgb(180,191,111); }
td.TdClassName
{
border-color: #B4BF6F;
}
.TagClassName
{
border-color: #B4BF6F;
}
</style>