Shades of Tasman #B5B7B1
Tints of Tasman #B5B7B1
RGB
CMYK
RGB Variations
Color information
#B5B7B1 (or 0xB5B7B1) is known color: Tasman. HEX triplet: B5, B7 and B1. RGB value is (181,183,177). Sum of RGB (Red+Green+Blue) = 181+183+177=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B7B1 is #4A484E. Grayscale: #B5B5B5. Windows color (decimal): -4868175 or 11646901. OLE color: 11646901.
HSL color Cylindrical-coordinate representation of color #B5B7B1: hue angle of 80º 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 #B5B7B1 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
RGB | 181 | 183 | 177 | - |
CMYK | 0.01 | 0 | 0.03 | 0.28 |
HSL | 80º | 0.04% | 0.71% | - |
HSV(B) | 80º | 0.03% | 0.72% | - |
XYZ | 43.93 | 46.87 | 48.33 | - |
YUV | 181.72 | 125.34 | 127.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 183 | 177 | 0.01 | 0 | 0.03 | 0.28 | 80 | 0.04 | 0.71 |
Hex | B5 | B7 | B1 | 1 | 0 | 3 | 1C | 50 | 4 | 47 |
Octal | 265 | 267 | 261 | 1 | 0 | 3 | 34 | 120 | 4 | 107 |
Binary | 10110101 | 10110111 | 10110001 | 1 | 0 | 11 | 11100 | 1010000 | 100 | 1000111 |
Color Harmonies of #B5B7B1
Complementary color
Monochromatic Colors of #B5B7B1
Black with #B5B7B1
Text Example
Text Example
White with #B5B7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B7B1; }
p { color: rgb(181,183,177); }
H1.HeaderClassName
{
color: #B5B7B1;
}
.AnyTagClassName
{
color: #B5B7B1;
}
</style>
background-color css
<style>
a { background-color: #B5B7B1; }
a { background-color: rgb(181,183,177); }
div.DivClassName
{
background-color: #B5B7B1;
}
.BgClassName
{
background-color: #B5B7B1;
}
</style>
border-color css
<style>
span { border-color: #B5B7B1; }
span { border-color: rgb(181,183,177); }
td.TdClassName
{
border-color: #B5B7B1;
}
.TagClassName
{
border-color: #B5B7B1;
}
</style>