Shades of Sandrift #B09380
Tints of Sandrift #B09380
RGB
CMYK
RGB Variations
Color information
#B09380 (or 0xB09380) is known color: Sandrift. HEX triplet: B0, 93 and 80. RGB value is (176,147,128). Sum of RGB (Red+Green+Blue) = 176+147+128=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B09380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09380 is #4F6C7F. Grayscale: #999999. Windows color (decimal): -5205120 or 8426416. OLE color: 8426416.
HSL color Cylindrical-coordinate representation of color #B09380: hue angle of 23.75º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B09380 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 128 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.31 |
| HSL | 23.75º | 0.23% | 0.6% | - |
| HSV(B) | 23.75º | 0.27% | 0.69% | - |
| XYZ | 32.23 | 31.66 | 24.83 | - |
| YUV | 153.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 128 | 0 | 0.16 | 0.27 | 0.31 | 23.75 | 0.23 | 0.6 |
| Hex | B0 | 93 | 80 | 0 | 10 | 1B | 1F | 18 | 17 | 3C |
| Octal | 260 | 223 | 200 | 0 | 20 | 33 | 37 | 30 | 27 | 74 |
| Binary | 10110000 | 10010011 | 10000000 | 0 | 10000 | 11011 | 11111 | 11000 | 10111 | 111100 |
Color Harmonies of #B09380
Complementary color
Monochromatic Colors of #B09380
Black with #B09380
Text Example
Text Example
White with #B09380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09380; }
p { color: rgb(176,147,128); }
H1.HeaderClassName
{
color: #B09380;
}
.AnyTagClassName
{
color: #B09380;
}
</style>
background-color css
<style>
a { background-color: #B09380; }
a { background-color: rgb(176,147,128); }
div.DivClassName
{
background-color: #B09380;
}
.BgClassName
{
background-color: #B09380;
}
</style>
border-color css
<style>
span { border-color: #B09380; }
span { border-color: rgb(176,147,128); }
td.TdClassName
{
border-color: #B09380;
}
.TagClassName
{
border-color: #B09380;
}
</style>