Shades of Sandrift #B5907F
Tints of Sandrift #B5907F
RGB
CMYK
RGB Variations
Color information
#B5907F (or 0xB5907F) is known color: Sandrift. HEX triplet: B5, 90 and 7F. RGB value is (181,144,127). Sum of RGB (Red+Green+Blue) = 181+144+127=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5907F is #4A6F80. Grayscale: #999999. Windows color (decimal): -4878209 or 8360117. OLE color: 8360117.
HSL color Cylindrical-coordinate representation of color #B5907F: hue angle of 18.89º 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 #B5907F is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 127 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.29 |
| HSL | 18.89º | 0.27% | 0.6% | - |
| HSV(B) | 18.89º | 0.3% | 0.71% | - |
| XYZ | 32.86 | 31.3 | 24.39 | - |
| YUV | 153.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 127 | 0 | 0.20 | 0.30 | 0.29 | 18.89 | 0.27 | 0.6 |
| Hex | B5 | 90 | 7F | 0 | 14 | 1E | 1D | 13 | 1B | 3C |
| Octal | 265 | 220 | 177 | 0 | 24 | 36 | 35 | 23 | 33 | 74 |
| Binary | 10110101 | 10010000 | 1111111 | 0 | 10100 | 11110 | 11101 | 10011 | 11011 | 111100 |
Color Harmonies of #B5907F
Complementary color
Monochromatic Colors of #B5907F
Black with #B5907F
Text Example
Text Example
White with #B5907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5907F; }
p { color: rgb(181,144,127); }
H1.HeaderClassName
{
color: #B5907F;
}
.AnyTagClassName
{
color: #B5907F;
}
</style>
background-color css
<style>
a { background-color: #B5907F; }
a { background-color: rgb(181,144,127); }
div.DivClassName
{
background-color: #B5907F;
}
.BgClassName
{
background-color: #B5907F;
}
</style>
border-color css
<style>
span { border-color: #B5907F; }
span { border-color: rgb(181,144,127); }
td.TdClassName
{
border-color: #B5907F;
}
.TagClassName
{
border-color: #B5907F;
}
</style>