Shades of Sandrift #B09182
Tints of Sandrift #B09182
RGB
CMYK
RGB Variations
Color information
#B09182 (or 0xB09182) is known color: Sandrift. HEX triplet: B0, 91 and 82. RGB value is (176,145,130). Sum of RGB (Red+Green+Blue) = 176+145+130=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B09182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09182 is #4F6E7D. Grayscale: #989898. Windows color (decimal): -5205630 or 8556976. OLE color: 8556976.
HSL color Cylindrical-coordinate representation of color #B09182: hue angle of 19.57º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B09182 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 130 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.31 |
| HSL | 19.57º | 0.23% | 0.6% | - |
| HSV(B) | 19.57º | 0.26% | 0.69% | - |
| XYZ | 32.06 | 31.09 | 25.43 | - |
| YUV | 152.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 130 | 0 | 0.18 | 0.26 | 0.31 | 19.57 | 0.23 | 0.6 |
| Hex | B0 | 91 | 82 | 0 | 12 | 1A | 1F | 14 | 17 | 3C |
| Octal | 260 | 221 | 202 | 0 | 22 | 32 | 37 | 24 | 27 | 74 |
| Binary | 10110000 | 10010001 | 10000010 | 0 | 10010 | 11010 | 11111 | 10100 | 10111 | 111100 |
Color Harmonies of #B09182
Complementary color
Monochromatic Colors of #B09182
Black with #B09182
Text Example
Text Example
White with #B09182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09182; }
p { color: rgb(176,145,130); }
H1.HeaderClassName
{
color: #B09182;
}
.AnyTagClassName
{
color: #B09182;
}
</style>
background-color css
<style>
a { background-color: #B09182; }
a { background-color: rgb(176,145,130); }
div.DivClassName
{
background-color: #B09182;
}
.BgClassName
{
background-color: #B09182;
}
</style>
border-color css
<style>
span { border-color: #B09182; }
span { border-color: rgb(176,145,130); }
td.TdClassName
{
border-color: #B09182;
}
.TagClassName
{
border-color: #B09182;
}
</style>