Shades of Sandrift #B09485
Tints of Sandrift #B09485
RGB
CMYK
RGB Variations
Color information
#B09485 (or 0xB09485) is known color: Sandrift. HEX triplet: B0, 94 and 85. RGB value is (176,148,133). Sum of RGB (Red+Green+Blue) = 176+148+133=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B09485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09485 is #4F6B7A. Grayscale: #9A9A9A. Windows color (decimal): -5204859 or 8754352. OLE color: 8754352.
HSL color Cylindrical-coordinate representation of color #B09485: hue angle of 20.93º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B09485 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 133 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.31 |
| HSL | 20.93º | 0.21% | 0.61% | - |
| HSV(B) | 20.93º | 0.24% | 0.69% | - |
| XYZ | 32.73 | 32.1 | 26.66 | - |
| YUV | 154.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 133 | 0 | 0.16 | 0.24 | 0.31 | 20.93 | 0.21 | 0.61 |
| Hex | B0 | 94 | 85 | 0 | 10 | 18 | 1F | 15 | 15 | 3D |
| Octal | 260 | 224 | 205 | 0 | 20 | 30 | 37 | 25 | 25 | 75 |
| Binary | 10110000 | 10010100 | 10000101 | 0 | 10000 | 11000 | 11111 | 10101 | 10101 | 111101 |
Color Harmonies of #B09485
Complementary color
Monochromatic Colors of #B09485
Black with #B09485
Text Example
Text Example
White with #B09485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09485; }
p { color: rgb(176,148,133); }
H1.HeaderClassName
{
color: #B09485;
}
.AnyTagClassName
{
color: #B09485;
}
</style>
background-color css
<style>
a { background-color: #B09485; }
a { background-color: rgb(176,148,133); }
div.DivClassName
{
background-color: #B09485;
}
.BgClassName
{
background-color: #B09485;
}
</style>
border-color css
<style>
span { border-color: #B09485; }
span { border-color: rgb(176,148,133); }
td.TdClassName
{
border-color: #B09485;
}
.TagClassName
{
border-color: #B09485;
}
</style>