Shades of Pine Glade #B8B67B
Tints of Pine Glade #B8B67B
RGB
CMYK
RGB Variations
Color information
#B8B67B (or 0xB8B67B) is known color: Pine Glade. HEX triplet: B8, B6 and 7B. RGB value is (184,182,123). Sum of RGB (Red+Green+Blue) = 184+182+123=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B67B is #474984. Grayscale: #B0B0B0. Windows color (decimal): -4671877 or 8107704. OLE color: 8107704.
HSL color Cylindrical-coordinate representation of color #B8B67B: hue angle of 58.03º 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 #B8B67B is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 182 | 123 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.28 |
| HSL | 58.03º | 0.3% | 0.6% | - |
| HSV(B) | 58.03º | 0.33% | 0.72% | - |
| XYZ | 40.07 | 45.08 | 25.33 | - |
| YUV | 175.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 182 | 123 | 0 | 0.01 | 0.33 | 0.28 | 58.03 | 0.3 | 0.6 |
| Hex | B8 | B6 | 7B | 0 | 1 | 21 | 1C | 3A | 1E | 3C |
| Octal | 270 | 266 | 173 | 0 | 1 | 41 | 34 | 72 | 36 | 74 |
| Binary | 10111000 | 10110110 | 1111011 | 0 | 1 | 100001 | 11100 | 111010 | 11110 | 111100 |
Color Harmonies of #B8B67B
Complementary color
Monochromatic Colors of #B8B67B
Black with #B8B67B
Text Example
Text Example
White with #B8B67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B67B; }
p { color: rgb(184,182,123); }
H1.HeaderClassName
{
color: #B8B67B;
}
.AnyTagClassName
{
color: #B8B67B;
}
</style>
background-color css
<style>
a { background-color: #B8B67B; }
a { background-color: rgb(184,182,123); }
div.DivClassName
{
background-color: #B8B67B;
}
.BgClassName
{
background-color: #B8B67B;
}
</style>
border-color css
<style>
span { border-color: #B8B67B; }
span { border-color: rgb(184,182,123); }
td.TdClassName
{
border-color: #B8B67B;
}
.TagClassName
{
border-color: #B8B67B;
}
</style>