Shades of Pine Glade #B8B77B
Tints of Pine Glade #B8B77B
RGB
CMYK
RGB Variations
Color information
#B8B77B (or 0xB8B77B) is known color: Pine Glade. HEX triplet: B8, B7 and 7B. RGB value is (184,183,123). Sum of RGB (Red+Green+Blue) = 184+183+123=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B77B is #474884. Grayscale: #B0B0B0. Windows color (decimal): -4671621 or 8107960. OLE color: 8107960.
HSL color Cylindrical-coordinate representation of color #B8B77B: hue angle of 59.02º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8B77B is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 183 | 123 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.28 |
| HSL | 59.02º | 0.3% | 0.6% | - |
| HSV(B) | 59.02º | 0.33% | 0.72% | - |
| XYZ | 40.28 | 45.49 | 25.4 | - |
| YUV | 176.46 | 97.83 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 123 | 0 | 0.01 | 0.33 | 0.28 | 59.02 | 0.3 | 0.6 |
| Hex | B8 | B7 | 7B | 0 | 1 | 21 | 1C | 3B | 1E | 3C |
| Octal | 270 | 267 | 173 | 0 | 1 | 41 | 34 | 73 | 36 | 74 |
| Binary | 10111000 | 10110111 | 1111011 | 0 | 1 | 100001 | 11100 | 111011 | 11110 | 111100 |
Color Harmonies of #B8B77B
Complementary color
Monochromatic Colors of #B8B77B
Black with #B8B77B
Text Example
Text Example
White with #B8B77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B77B; }
p { color: rgb(184,183,123); }
H1.HeaderClassName
{
color: #B8B77B;
}
.AnyTagClassName
{
color: #B8B77B;
}
</style>
background-color css
<style>
a { background-color: #B8B77B; }
a { background-color: rgb(184,183,123); }
div.DivClassName
{
background-color: #B8B77B;
}
.BgClassName
{
background-color: #B8B77B;
}
</style>
border-color css
<style>
span { border-color: #B8B77B; }
span { border-color: rgb(184,183,123); }
td.TdClassName
{
border-color: #B8B77B;
}
.TagClassName
{
border-color: #B8B77B;
}
</style>