Shades of Pine Glade #BFBD83
Tints of Pine Glade #BFBD83
RGB
CMYK
RGB Variations
Color information
#BFBD83 (or 0xBFBD83) is known color: Pine Glade. HEX triplet: BF, BD and 83. RGB value is (191,189,131). Sum of RGB (Red+Green+Blue) = 191+189+131=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD83 is #40427C. Grayscale: #B7B7B7. Windows color (decimal): -4211325 or 8633791. OLE color: 8633791.
HSL color Cylindrical-coordinate representation of color #BFBD83: hue angle of 58º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFBD83 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 131 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.25 |
| HSL | 58º | 0.32% | 0.63% | - |
| HSV(B) | 58º | 0.31% | 0.75% | - |
| XYZ | 43.78 | 49.11 | 28.64 | - |
| YUV | 182.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 131 | 0 | 0.01 | 0.31 | 0.25 | 58 | 0.32 | 0.63 |
| Hex | BF | BD | 83 | 0 | 1 | 1F | 19 | 3A | 20 | 3F |
| Octal | 277 | 275 | 203 | 0 | 1 | 37 | 31 | 72 | 40 | 77 |
| Binary | 10111111 | 10111101 | 10000011 | 0 | 1 | 11111 | 11001 | 111010 | 100000 | 111111 |
Color Harmonies of #BFBD83
Complementary color
Monochromatic Colors of #BFBD83
Black with #BFBD83
Text Example
Text Example
White with #BFBD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD83; }
p { color: rgb(191,189,131); }
H1.HeaderClassName
{
color: #BFBD83;
}
.AnyTagClassName
{
color: #BFBD83;
}
</style>
background-color css
<style>
a { background-color: #BFBD83; }
a { background-color: rgb(191,189,131); }
div.DivClassName
{
background-color: #BFBD83;
}
.BgClassName
{
background-color: #BFBD83;
}
</style>
border-color css
<style>
span { border-color: #BFBD83; }
span { border-color: rgb(191,189,131); }
td.TdClassName
{
border-color: #BFBD83;
}
.TagClassName
{
border-color: #BFBD83;
}
</style>