Shades of Pine Glade #BBB67C
Tints of Pine Glade #BBB67C
RGB
CMYK
RGB Variations
Color information
#BBB67C (or 0xBBB67C) is known color: Pine Glade. HEX triplet: BB, B6 and 7C. RGB value is (187,182,124). Sum of RGB (Red+Green+Blue) = 187+182+124=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB67C is #444983. Grayscale: #B1B1B1. Windows color (decimal): -4475268 or 8173243. OLE color: 8173243.
HSL color Cylindrical-coordinate representation of color #BBB67C: hue angle of 55.24º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBB67C is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 124 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.27 |
| HSL | 55.24º | 0.32% | 0.61% | - |
| HSV(B) | 55.24º | 0.34% | 0.73% | - |
| XYZ | 40.86 | 45.48 | 25.69 | - |
| YUV | 176.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 124 | 0 | 0.03 | 0.34 | 0.27 | 55.24 | 0.32 | 0.61 |
| Hex | BB | B6 | 7C | 0 | 3 | 22 | 1B | 37 | 20 | 3D |
| Octal | 273 | 266 | 174 | 0 | 3 | 42 | 33 | 67 | 40 | 75 |
| Binary | 10111011 | 10110110 | 1111100 | 0 | 11 | 100010 | 11011 | 110111 | 100000 | 111101 |
Color Harmonies of #BBB67C
Complementary color
Monochromatic Colors of #BBB67C
Black with #BBB67C
Text Example
Text Example
White with #BBB67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB67C; }
p { color: rgb(187,182,124); }
H1.HeaderClassName
{
color: #BBB67C;
}
.AnyTagClassName
{
color: #BBB67C;
}
</style>
background-color css
<style>
a { background-color: #BBB67C; }
a { background-color: rgb(187,182,124); }
div.DivClassName
{
background-color: #BBB67C;
}
.BgClassName
{
background-color: #BBB67C;
}
</style>
border-color css
<style>
span { border-color: #BBB67C; }
span { border-color: rgb(187,182,124); }
td.TdClassName
{
border-color: #BBB67C;
}
.TagClassName
{
border-color: #BBB67C;
}
</style>