Shades of Sandrift #B5907E
Tints of Sandrift #B5907E
RGB
CMYK
RGB Variations
Color information
#B5907E (or 0xB5907E) is known color: Sandrift. HEX triplet: B5, 90 and 7E. RGB value is (181,144,126). Sum of RGB (Red+Green+Blue) = 181+144+126=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5907E is #4A6F81. Grayscale: #999999. Windows color (decimal): -4878210 or 8294581. OLE color: 8294581.
HSL color Cylindrical-coordinate representation of color #B5907E: hue angle of 19.64º 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 #B5907E is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 126 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.29 |
| HSL | 19.64º | 0.27% | 0.6% | - |
| HSV(B) | 19.64º | 0.3% | 0.71% | - |
| XYZ | 32.8 | 31.28 | 24.05 | - |
| YUV | 153.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 126 | 0 | 0.20 | 0.30 | 0.29 | 19.64 | 0.27 | 0.6 |
| Hex | B5 | 90 | 7E | 0 | 14 | 1E | 1D | 14 | 1B | 3C |
| Octal | 265 | 220 | 176 | 0 | 24 | 36 | 35 | 24 | 33 | 74 |
| Binary | 10110101 | 10010000 | 1111110 | 0 | 10100 | 11110 | 11101 | 10100 | 11011 | 111100 |
Color Harmonies of #B5907E
Complementary color
Monochromatic Colors of #B5907E
Black with #B5907E
Text Example
Text Example
White with #B5907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5907E; }
p { color: rgb(181,144,126); }
H1.HeaderClassName
{
color: #B5907E;
}
.AnyTagClassName
{
color: #B5907E;
}
</style>
background-color css
<style>
a { background-color: #B5907E; }
a { background-color: rgb(181,144,126); }
div.DivClassName
{
background-color: #B5907E;
}
.BgClassName
{
background-color: #B5907E;
}
</style>
border-color css
<style>
span { border-color: #B5907E; }
span { border-color: rgb(181,144,126); }
td.TdClassName
{
border-color: #B5907E;
}
.TagClassName
{
border-color: #B5907E;
}
</style>