Shades of Sandrift #B19883
Tints of Sandrift #B19883
RGB
CMYK
RGB Variations
Color information
#B19883 (or 0xB19883) is known color: Sandrift. HEX triplet: B1, 98 and 83. RGB value is (177,152,131). Sum of RGB (Red+Green+Blue) = 177+152+131=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B19883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19883 is #4E677C. Grayscale: #9D9D9D. Windows color (decimal): -5138301 or 8624305. OLE color: 8624305.
HSL color Cylindrical-coordinate representation of color #B19883: hue angle of 27.39º 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 #B19883 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 131 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.31 |
| HSL | 27.39º | 0.23% | 0.6% | - |
| HSV(B) | 27.39º | 0.26% | 0.69% | - |
| XYZ | 33.46 | 33.44 | 26.16 | - |
| YUV | 157.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 131 | 0 | 0.14 | 0.26 | 0.31 | 27.39 | 0.23 | 0.6 |
| Hex | B1 | 98 | 83 | 0 | E | 1A | 1F | 1B | 17 | 3C |
| Octal | 261 | 230 | 203 | 0 | 16 | 32 | 37 | 33 | 27 | 74 |
| Binary | 10110001 | 10011000 | 10000011 | 0 | 1110 | 11010 | 11111 | 11011 | 10111 | 111100 |
Color Harmonies of #B19883
Complementary color
Monochromatic Colors of #B19883
Black with #B19883
Text Example
Text Example
White with #B19883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19883; }
p { color: rgb(177,152,131); }
H1.HeaderClassName
{
color: #B19883;
}
.AnyTagClassName
{
color: #B19883;
}
</style>
background-color css
<style>
a { background-color: #B19883; }
a { background-color: rgb(177,152,131); }
div.DivClassName
{
background-color: #B19883;
}
.BgClassName
{
background-color: #B19883;
}
</style>
border-color css
<style>
span { border-color: #B19883; }
span { border-color: rgb(177,152,131); }
td.TdClassName
{
border-color: #B19883;
}
.TagClassName
{
border-color: #B19883;
}
</style>