Shades of Loblolly #B1B7B3
Tints of Loblolly #B1B7B3
RGB
CMYK
RGB Variations
Color information
#B1B7B3 (or 0xB1B7B3) is known color: Loblolly. HEX triplet: B1, B7 and B3. RGB value is (177,183,179). Sum of RGB (Red+Green+Blue) = 177+183+179=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B7B3 is #4E484C. Grayscale: #B4B4B4. Windows color (decimal): -5130317 or 11777969. OLE color: 11777969.
HSL color Cylindrical-coordinate representation of color #B1B7B3: hue angle of 140º degrees, saturation: 0.04, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B1B7B3 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 179 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.28 |
| HSL | 140º | 0.04% | 0.71% | - |
| HSV(B) | 140º | 0.03% | 0.72% | - |
| XYZ | 43.2 | 46.47 | 49.34 | - |
| YUV | 180.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 179 | 0.03 | 0 | 0.02 | 0.28 | 140 | 0.04 | 0.71 |
| Hex | B1 | B7 | B3 | 3 | 0 | 2 | 1C | 8C | 4 | 47 |
| Octal | 261 | 267 | 263 | 3 | 0 | 2 | 34 | 214 | 4 | 107 |
| Binary | 10110001 | 10110111 | 10110011 | 11 | 0 | 10 | 11100 | 10001100 | 100 | 1000111 |
Color Harmonies of #B1B7B3
Complementary color
Monochromatic Colors of #B1B7B3
Black with #B1B7B3
Text Example
Text Example
White with #B1B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B7B3; }
p { color: rgb(177,183,179); }
H1.HeaderClassName
{
color: #B1B7B3;
}
.AnyTagClassName
{
color: #B1B7B3;
}
</style>
background-color css
<style>
a { background-color: #B1B7B3; }
a { background-color: rgb(177,183,179); }
div.DivClassName
{
background-color: #B1B7B3;
}
.BgClassName
{
background-color: #B1B7B3;
}
</style>
border-color css
<style>
span { border-color: #B1B7B3; }
span { border-color: rgb(177,183,179); }
td.TdClassName
{
border-color: #B1B7B3;
}
.TagClassName
{
border-color: #B1B7B3;
}
</style>