Shades of Sandrift #B19581
Tints of Sandrift #B19581
RGB
CMYK
RGB Variations
Color information
#B19581 (or 0xB19581) is known color: Sandrift. HEX triplet: B1, 95 and 81. RGB value is (177,149,129). Sum of RGB (Red+Green+Blue) = 177+149+129=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B19581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19581 is #4E6A7E. Grayscale: #9B9B9B. Windows color (decimal): -5139071 or 8492465. OLE color: 8492465.
HSL color Cylindrical-coordinate representation of color #B19581: hue angle of 25º degrees, saturation: 0.24, 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 #B19581 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 129 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.31 |
| HSL | 25º | 0.24% | 0.6% | - |
| HSV(B) | 25º | 0.27% | 0.69% | - |
| XYZ | 32.84 | 32.43 | 25.3 | - |
| YUV | 155.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 129 | 0 | 0.16 | 0.27 | 0.31 | 25 | 0.24 | 0.6 |
| Hex | B1 | 95 | 81 | 0 | 10 | 1B | 1F | 19 | 18 | 3C |
| Octal | 261 | 225 | 201 | 0 | 20 | 33 | 37 | 31 | 30 | 74 |
| Binary | 10110001 | 10010101 | 10000001 | 0 | 10000 | 11011 | 11111 | 11001 | 11000 | 111100 |
Color Harmonies of #B19581
Complementary color
Monochromatic Colors of #B19581
Black with #B19581
Text Example
Text Example
White with #B19581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19581; }
p { color: rgb(177,149,129); }
H1.HeaderClassName
{
color: #B19581;
}
.AnyTagClassName
{
color: #B19581;
}
</style>
background-color css
<style>
a { background-color: #B19581; }
a { background-color: rgb(177,149,129); }
div.DivClassName
{
background-color: #B19581;
}
.BgClassName
{
background-color: #B19581;
}
</style>
border-color css
<style>
span { border-color: #B19581; }
span { border-color: rgb(177,149,129); }
td.TdClassName
{
border-color: #B19581;
}
.TagClassName
{
border-color: #B19581;
}
</style>