Shades of Pine Glade #B4B685
Tints of Pine Glade #B4B685
RGB
CMYK
RGB Variations
Color information
#B4B685 (or 0xB4B685) is known color: Pine Glade. HEX triplet: B4, B6 and 85. RGB value is (180,182,133). Sum of RGB (Red+Green+Blue) = 180+182+133=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B685 is #4B497A. Grayscale: #B0B0B0. Windows color (decimal): -4934011 or 8763060. OLE color: 8763060.
HSL color Cylindrical-coordinate representation of color #B4B685: hue angle of 62.45º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4B685 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 182 | 133 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.29 |
| HSL | 62.45º | 0.25% | 0.62% | - |
| HSV(B) | 62.45º | 0.27% | 0.71% | - |
| XYZ | 39.78 | 44.85 | 28.75 | - |
| YUV | 175.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 182 | 133 | 0.01 | 0 | 0.27 | 0.29 | 62.45 | 0.25 | 0.62 |
| Hex | B4 | B6 | 85 | 1 | 0 | 1B | 1D | 3E | 19 | 3E |
| Octal | 264 | 266 | 205 | 1 | 0 | 33 | 35 | 76 | 31 | 76 |
| Binary | 10110100 | 10110110 | 10000101 | 1 | 0 | 11011 | 11101 | 111110 | 11001 | 111110 |
Color Harmonies of #B4B685
Complementary color
Monochromatic Colors of #B4B685
Black with #B4B685
Text Example
Text Example
White with #B4B685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B685; }
p { color: rgb(180,182,133); }
H1.HeaderClassName
{
color: #B4B685;
}
.AnyTagClassName
{
color: #B4B685;
}
</style>
background-color css
<style>
a { background-color: #B4B685; }
a { background-color: rgb(180,182,133); }
div.DivClassName
{
background-color: #B4B685;
}
.BgClassName
{
background-color: #B4B685;
}
</style>
border-color css
<style>
span { border-color: #B4B685; }
span { border-color: rgb(180,182,133); }
td.TdClassName
{
border-color: #B4B685;
}
.TagClassName
{
border-color: #B4B685;
}
</style>