Shades of Pine Glade #BBBF73
Tints of Pine Glade #BBBF73
RGB
CMYK
RGB Variations
Color information
#BBBF73 (or 0xBBBF73) is known color: Pine Glade. HEX triplet: BB, BF and 73. RGB value is (187,191,115). Sum of RGB (Red+Green+Blue) = 187+191+115=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF73 is #44408C. Grayscale: #B5B5B5. Windows color (decimal): -4472973 or 7585723. OLE color: 7585723.
HSL color Cylindrical-coordinate representation of color #BBBF73: hue angle of 63.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBBF73 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 191 | 115 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.25 |
| HSL | 63.16º | 0.37% | 0.6% | - |
| HSV(B) | 63.16º | 0.4% | 0.75% | - |
| XYZ | 42.22 | 49.06 | 23.46 | - |
| YUV | 181.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 115 | 0.02 | 0 | 0.40 | 0.25 | 63.16 | 0.37 | 0.6 |
| Hex | BB | BF | 73 | 2 | 0 | 28 | 19 | 3F | 25 | 3C |
| Octal | 273 | 277 | 163 | 2 | 0 | 50 | 31 | 77 | 45 | 74 |
| Binary | 10111011 | 10111111 | 1110011 | 10 | 0 | 101000 | 11001 | 111111 | 100101 | 111100 |
Color Harmonies of #BBBF73
Complementary color
Monochromatic Colors of #BBBF73
Black with #BBBF73
Text Example
Text Example
White with #BBBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBF73; }
p { color: rgb(187,191,115); }
H1.HeaderClassName
{
color: #BBBF73;
}
.AnyTagClassName
{
color: #BBBF73;
}
</style>
background-color css
<style>
a { background-color: #BBBF73; }
a { background-color: rgb(187,191,115); }
div.DivClassName
{
background-color: #BBBF73;
}
.BgClassName
{
background-color: #BBBF73;
}
</style>
border-color css
<style>
span { border-color: #BBBF73; }
span { border-color: rgb(187,191,115); }
td.TdClassName
{
border-color: #BBBF73;
}
.TagClassName
{
border-color: #BBBF73;
}
</style>