Shades of Pine Glade #BBB77E
Tints of Pine Glade #BBB77E
RGB
CMYK
RGB Variations
Color information
#BBB77E (or 0xBBB77E) is known color: Pine Glade. HEX triplet: BB, B7 and 7E. RGB value is (187,183,126). Sum of RGB (Red+Green+Blue) = 187+183+126=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB77E is #444881. Grayscale: #B1B1B1. Windows color (decimal): -4475010 or 8304571. OLE color: 8304571.
HSL color Cylindrical-coordinate representation of color #BBB77E: hue angle of 56.07º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBB77E is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 126 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.27 |
| HSL | 56.07º | 0.31% | 0.61% | - |
| HSV(B) | 56.07º | 0.33% | 0.73% | - |
| XYZ | 41.19 | 45.94 | 26.43 | - |
| YUV | 177.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 126 | 0 | 0.02 | 0.33 | 0.27 | 56.07 | 0.31 | 0.61 |
| Hex | BB | B7 | 7E | 0 | 2 | 21 | 1B | 38 | 1F | 3D |
| Octal | 273 | 267 | 176 | 0 | 2 | 41 | 33 | 70 | 37 | 75 |
| Binary | 10111011 | 10110111 | 1111110 | 0 | 10 | 100001 | 11011 | 111000 | 11111 | 111101 |
Color Harmonies of #BBB77E
Complementary color
Monochromatic Colors of #BBB77E
Black with #BBB77E
Text Example
Text Example
White with #BBB77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB77E; }
p { color: rgb(187,183,126); }
H1.HeaderClassName
{
color: #BBB77E;
}
.AnyTagClassName
{
color: #BBB77E;
}
</style>
background-color css
<style>
a { background-color: #BBB77E; }
a { background-color: rgb(187,183,126); }
div.DivClassName
{
background-color: #BBB77E;
}
.BgClassName
{
background-color: #BBB77E;
}
</style>
border-color css
<style>
span { border-color: #BBB77E; }
span { border-color: rgb(187,183,126); }
td.TdClassName
{
border-color: #BBB77E;
}
.TagClassName
{
border-color: #BBB77E;
}
</style>