Shades of Pine Glade #B8B57D
Tints of Pine Glade #B8B57D
RGB
CMYK
RGB Variations
Color information
#B8B57D (or 0xB8B57D) is known color: Pine Glade. HEX triplet: B8, B5 and 7D. RGB value is (184,181,125). Sum of RGB (Red+Green+Blue) = 184+181+125=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B57D is #474A82. Grayscale: #AFAFAF. Windows color (decimal): -4672131 or 8238520. OLE color: 8238520.
HSL color Cylindrical-coordinate representation of color #B8B57D: hue angle of 56.95º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8B57D is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 181 | 125 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.28 |
| HSL | 56.95º | 0.29% | 0.61% | - |
| HSV(B) | 56.95º | 0.32% | 0.72% | - |
| XYZ | 39.99 | 44.72 | 25.93 | - |
| YUV | 175.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 181 | 125 | 0 | 0.02 | 0.32 | 0.28 | 56.95 | 0.29 | 0.61 |
| Hex | B8 | B5 | 7D | 0 | 2 | 20 | 1C | 39 | 1D | 3D |
| Octal | 270 | 265 | 175 | 0 | 2 | 40 | 34 | 71 | 35 | 75 |
| Binary | 10111000 | 10110101 | 1111101 | 0 | 10 | 100000 | 11100 | 111001 | 11101 | 111101 |
Color Harmonies of #B8B57D
Complementary color
Monochromatic Colors of #B8B57D
Black with #B8B57D
Text Example
Text Example
White with #B8B57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B57D; }
p { color: rgb(184,181,125); }
H1.HeaderClassName
{
color: #B8B57D;
}
.AnyTagClassName
{
color: #B8B57D;
}
</style>
background-color css
<style>
a { background-color: #B8B57D; }
a { background-color: rgb(184,181,125); }
div.DivClassName
{
background-color: #B8B57D;
}
.BgClassName
{
background-color: #B8B57D;
}
</style>
border-color css
<style>
span { border-color: #B8B57D; }
span { border-color: rgb(184,181,125); }
td.TdClassName
{
border-color: #B8B57D;
}
.TagClassName
{
border-color: #B8B57D;
}
</style>