Shades of Pine Glade #BFBB7B
Tints of Pine Glade #BFBB7B
RGB
CMYK
RGB Variations
Color information
#BFBB7B (or 0xBFBB7B) is known color: Pine Glade. HEX triplet: BF, BB and 7B. RGB value is (191,187,123). Sum of RGB (Red+Green+Blue) = 191+187+123=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB7B is #404484. Grayscale: #B5B5B5. Windows color (decimal): -4211845 or 8108991. OLE color: 8108991.
HSL color Cylindrical-coordinate representation of color #BFBB7B: hue angle of 56.47º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFBB7B is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 123 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.25 |
| HSL | 56.47º | 0.35% | 0.62% | - |
| HSV(B) | 56.47º | 0.36% | 0.75% | - |
| XYZ | 42.83 | 48.05 | 25.76 | - |
| YUV | 180.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 123 | 0 | 0.02 | 0.36 | 0.25 | 56.47 | 0.35 | 0.62 |
| Hex | BF | BB | 7B | 0 | 2 | 24 | 19 | 38 | 23 | 3E |
| Octal | 277 | 273 | 173 | 0 | 2 | 44 | 31 | 70 | 43 | 76 |
| Binary | 10111111 | 10111011 | 1111011 | 0 | 10 | 100100 | 11001 | 111000 | 100011 | 111110 |
Color Harmonies of #BFBB7B
Complementary color
Monochromatic Colors of #BFBB7B
Black with #BFBB7B
Text Example
Text Example
White with #BFBB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB7B; }
p { color: rgb(191,187,123); }
H1.HeaderClassName
{
color: #BFBB7B;
}
.AnyTagClassName
{
color: #BFBB7B;
}
</style>
background-color css
<style>
a { background-color: #BFBB7B; }
a { background-color: rgb(191,187,123); }
div.DivClassName
{
background-color: #BFBB7B;
}
.BgClassName
{
background-color: #BFBB7B;
}
</style>
border-color css
<style>
span { border-color: #BFBB7B; }
span { border-color: rgb(191,187,123); }
td.TdClassName
{
border-color: #BFBB7B;
}
.TagClassName
{
border-color: #BFBB7B;
}
</style>