Shades of Sandrift #B5907C
Tints of Sandrift #B5907C
RGB
CMYK
RGB Variations
Color information
#B5907C (or 0xB5907C) is known color: Sandrift. HEX triplet: B5, 90 and 7C. RGB value is (181,144,124). Sum of RGB (Red+Green+Blue) = 181+144+124=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B5907C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5907C is #4A6F83. Grayscale: #989898. Windows color (decimal): -4878212 or 8163509. OLE color: 8163509.
HSL color Cylindrical-coordinate representation of color #B5907C: hue angle of 21.05º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5907C is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 124 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.29 |
| HSL | 21.05º | 0.28% | 0.6% | - |
| HSV(B) | 21.05º | 0.31% | 0.71% | - |
| XYZ | 32.67 | 31.23 | 23.37 | - |
| YUV | 152.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 124 | 0 | 0.20 | 0.31 | 0.29 | 21.05 | 0.28 | 0.6 |
| Hex | B5 | 90 | 7C | 0 | 14 | 1F | 1D | 15 | 1C | 3C |
| Octal | 265 | 220 | 174 | 0 | 24 | 37 | 35 | 25 | 34 | 74 |
| Binary | 10110101 | 10010000 | 1111100 | 0 | 10100 | 11111 | 11101 | 10101 | 11100 | 111100 |
Color Harmonies of #B5907C
Complementary color
Monochromatic Colors of #B5907C
Black with #B5907C
Text Example
Text Example
White with #B5907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5907C; }
p { color: rgb(181,144,124); }
H1.HeaderClassName
{
color: #B5907C;
}
.AnyTagClassName
{
color: #B5907C;
}
</style>
background-color css
<style>
a { background-color: #B5907C; }
a { background-color: rgb(181,144,124); }
div.DivClassName
{
background-color: #B5907C;
}
.BgClassName
{
background-color: #B5907C;
}
</style>
border-color css
<style>
span { border-color: #B5907C; }
span { border-color: rgb(181,144,124); }
td.TdClassName
{
border-color: #B5907C;
}
.TagClassName
{
border-color: #B5907C;
}
</style>