Shades of Pine Glade #B3B77B
Tints of Pine Glade #B3B77B
RGB
CMYK
RGB Variations
Color information
#B3B77B (or 0xB3B77B) is known color: Pine Glade. HEX triplet: B3, B7 and 7B. RGB value is (179,183,123). Sum of RGB (Red+Green+Blue) = 179+183+123=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B77B is #4C4884. Grayscale: #AFAFAF. Windows color (decimal): -4999301 or 8107955. OLE color: 8107955.
HSL color Cylindrical-coordinate representation of color #B3B77B: hue angle of 64º degrees, saturation: 0.29, 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 #B3B77B is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 183 | 123 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.28 |
| HSL | 64º | 0.29% | 0.6% | - |
| HSV(B) | 64º | 0.33% | 0.72% | - |
| XYZ | 39.1 | 44.88 | 25.34 | - |
| YUV | 174.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 183 | 123 | 0.02 | 0 | 0.33 | 0.28 | 64 | 0.29 | 0.6 |
| Hex | B3 | B7 | 7B | 2 | 0 | 21 | 1C | 40 | 1D | 3C |
| Octal | 263 | 267 | 173 | 2 | 0 | 41 | 34 | 100 | 35 | 74 |
| Binary | 10110011 | 10110111 | 1111011 | 10 | 0 | 100001 | 11100 | 1000000 | 11101 | 111100 |
Color Harmonies of #B3B77B
Complementary color
Monochromatic Colors of #B3B77B
Black with #B3B77B
Text Example
Text Example
White with #B3B77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B77B; }
p { color: rgb(179,183,123); }
H1.HeaderClassName
{
color: #B3B77B;
}
.AnyTagClassName
{
color: #B3B77B;
}
</style>
background-color css
<style>
a { background-color: #B3B77B; }
a { background-color: rgb(179,183,123); }
div.DivClassName
{
background-color: #B3B77B;
}
.BgClassName
{
background-color: #B3B77B;
}
</style>
border-color css
<style>
span { border-color: #B3B77B; }
span { border-color: rgb(179,183,123); }
td.TdClassName
{
border-color: #B3B77B;
}
.TagClassName
{
border-color: #B3B77B;
}
</style>