Shades of Sandrift #B19583
Tints of Sandrift #B19583
RGB
CMYK
RGB Variations
Color information
#B19583 (or 0xB19583) is known color: Sandrift. HEX triplet: B1, 95 and 83. RGB value is (177,149,131). Sum of RGB (Red+Green+Blue) = 177+149+131=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B19583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19583 is #4E6A7C. Grayscale: #9B9B9B. Windows color (decimal): -5139069 or 8623537. OLE color: 8623537.
HSL color Cylindrical-coordinate representation of color #B19583: hue angle of 23.48º 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 #B19583 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 131 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.31 |
| HSL | 23.48º | 0.23% | 0.6% | - |
| HSV(B) | 23.48º | 0.26% | 0.69% | - |
| XYZ | 32.98 | 32.48 | 26 | - |
| YUV | 155.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 131 | 0 | 0.16 | 0.26 | 0.31 | 23.48 | 0.23 | 0.6 |
| Hex | B1 | 95 | 83 | 0 | 10 | 1A | 1F | 17 | 17 | 3C |
| Octal | 261 | 225 | 203 | 0 | 20 | 32 | 37 | 27 | 27 | 74 |
| Binary | 10110001 | 10010101 | 10000011 | 0 | 10000 | 11010 | 11111 | 10111 | 10111 | 111100 |
Color Harmonies of #B19583
Complementary color
Monochromatic Colors of #B19583
Black with #B19583
Text Example
Text Example
White with #B19583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19583; }
p { color: rgb(177,149,131); }
H1.HeaderClassName
{
color: #B19583;
}
.AnyTagClassName
{
color: #B19583;
}
</style>
background-color css
<style>
a { background-color: #B19583; }
a { background-color: rgb(177,149,131); }
div.DivClassName
{
background-color: #B19583;
}
.BgClassName
{
background-color: #B19583;
}
</style>
border-color css
<style>
span { border-color: #B19583; }
span { border-color: rgb(177,149,131); }
td.TdClassName
{
border-color: #B19583;
}
.TagClassName
{
border-color: #B19583;
}
</style>