Shades of Sandrift #B5937E
Tints of Sandrift #B5937E
RGB
CMYK
RGB Variations
Color information
#B5937E (or 0xB5937E) is known color: Sandrift. HEX triplet: B5, 93 and 7E. RGB value is (181,147,126). Sum of RGB (Red+Green+Blue) = 181+147+126=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5937E is #4A6C81. Grayscale: #9A9A9A. Windows color (decimal): -4877442 or 8295349. OLE color: 8295349.
HSL color Cylindrical-coordinate representation of color #B5937E: hue angle of 22.91º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5937E is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 126 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.29 |
| HSL | 22.91º | 0.27% | 0.6% | - |
| HSV(B) | 22.91º | 0.3% | 0.71% | - |
| XYZ | 33.26 | 32.2 | 24.2 | - |
| YUV | 154.77 | 111.76 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 126 | 0 | 0.19 | 0.30 | 0.29 | 22.91 | 0.27 | 0.6 |
| Hex | B5 | 93 | 7E | 0 | 13 | 1E | 1D | 17 | 1B | 3C |
| Octal | 265 | 223 | 176 | 0 | 23 | 36 | 35 | 27 | 33 | 74 |
| Binary | 10110101 | 10010011 | 1111110 | 0 | 10011 | 11110 | 11101 | 10111 | 11011 | 111100 |
Color Harmonies of #B5937E
Complementary color
Monochromatic Colors of #B5937E
Black with #B5937E
Text Example
Text Example
White with #B5937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5937E; }
p { color: rgb(181,147,126); }
H1.HeaderClassName
{
color: #B5937E;
}
.AnyTagClassName
{
color: #B5937E;
}
</style>
background-color css
<style>
a { background-color: #B5937E; }
a { background-color: rgb(181,147,126); }
div.DivClassName
{
background-color: #B5937E;
}
.BgClassName
{
background-color: #B5937E;
}
</style>
border-color css
<style>
span { border-color: #B5937E; }
span { border-color: rgb(181,147,126); }
td.TdClassName
{
border-color: #B5937E;
}
.TagClassName
{
border-color: #B5937E;
}
</style>