Shades of Pine Glade #B4B681
Tints of Pine Glade #B4B681
RGB
CMYK
RGB Variations
Color information
#B4B681 (or 0xB4B681) is known color: Pine Glade. HEX triplet: B4, B6 and 81. RGB value is (180,182,129). Sum of RGB (Red+Green+Blue) = 180+182+129=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B681 is #4B497E. Grayscale: #AFAFAF. Windows color (decimal): -4934015 or 8500916. OLE color: 8500916.
HSL color Cylindrical-coordinate representation of color #B4B681: hue angle of 62.26º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4B681 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 182 | 129 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.29 |
| HSL | 62.26º | 0.27% | 0.61% | - |
| HSV(B) | 62.26º | 0.29% | 0.71% | - |
| XYZ | 39.51 | 44.74 | 27.32 | - |
| YUV | 175.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 182 | 129 | 0.01 | 0 | 0.29 | 0.29 | 62.26 | 0.27 | 0.61 |
| Hex | B4 | B6 | 81 | 1 | 0 | 1D | 1D | 3E | 1B | 3D |
| Octal | 264 | 266 | 201 | 1 | 0 | 35 | 35 | 76 | 33 | 75 |
| Binary | 10110100 | 10110110 | 10000001 | 1 | 0 | 11101 | 11101 | 111110 | 11011 | 111101 |
Color Harmonies of #B4B681
Complementary color
Monochromatic Colors of #B4B681
Black with #B4B681
Text Example
Text Example
White with #B4B681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B681; }
p { color: rgb(180,182,129); }
H1.HeaderClassName
{
color: #B4B681;
}
.AnyTagClassName
{
color: #B4B681;
}
</style>
background-color css
<style>
a { background-color: #B4B681; }
a { background-color: rgb(180,182,129); }
div.DivClassName
{
background-color: #B4B681;
}
.BgClassName
{
background-color: #B4B681;
}
</style>
border-color css
<style>
span { border-color: #B4B681; }
span { border-color: rgb(180,182,129); }
td.TdClassName
{
border-color: #B4B681;
}
.TagClassName
{
border-color: #B4B681;
}
</style>