Shades of Pine Glade #BBB77D
Tints of Pine Glade #BBB77D
RGB
CMYK
RGB Variations
Color information
#BBB77D (or 0xBBB77D) is known color: Pine Glade. HEX triplet: BB, B7 and 7D. RGB value is (187,183,125). Sum of RGB (Red+Green+Blue) = 187+183+125=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB77D is #444882. Grayscale: #B1B1B1. Windows color (decimal): -4475011 or 8239035. OLE color: 8239035.
HSL color Cylindrical-coordinate representation of color #BBB77D: hue angle of 56.13º 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 #BBB77D is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 125 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.27 |
| HSL | 56.13º | 0.31% | 0.61% | - |
| HSV(B) | 56.13º | 0.33% | 0.73% | - |
| XYZ | 41.13 | 45.91 | 26.1 | - |
| YUV | 177.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 125 | 0 | 0.02 | 0.33 | 0.27 | 56.13 | 0.31 | 0.61 |
| Hex | BB | B7 | 7D | 0 | 2 | 21 | 1B | 38 | 1F | 3D |
| Octal | 273 | 267 | 175 | 0 | 2 | 41 | 33 | 70 | 37 | 75 |
| Binary | 10111011 | 10110111 | 1111101 | 0 | 10 | 100001 | 11011 | 111000 | 11111 | 111101 |
Color Harmonies of #BBB77D
Complementary color
Monochromatic Colors of #BBB77D
Black with #BBB77D
Text Example
Text Example
White with #BBB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB77D; }
p { color: rgb(187,183,125); }
H1.HeaderClassName
{
color: #BBB77D;
}
.AnyTagClassName
{
color: #BBB77D;
}
</style>
background-color css
<style>
a { background-color: #BBB77D; }
a { background-color: rgb(187,183,125); }
div.DivClassName
{
background-color: #BBB77D;
}
.BgClassName
{
background-color: #BBB77D;
}
</style>
border-color css
<style>
span { border-color: #BBB77D; }
span { border-color: rgb(187,183,125); }
td.TdClassName
{
border-color: #BBB77D;
}
.TagClassName
{
border-color: #BBB77D;
}
</style>