Shades of Sandrift #B5947C
Tints of Sandrift #B5947C
RGB
CMYK
RGB Variations
Color information
#B5947C (or 0xB5947C) is known color: Sandrift. HEX triplet: B5, 94 and 7C. RGB value is (181,148,124). Sum of RGB (Red+Green+Blue) = 181+148+124=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5947C is #4A6B83. Grayscale: #9B9B9B. Windows color (decimal): -4877188 or 8164533. OLE color: 8164533.
HSL color Cylindrical-coordinate representation of color #B5947C: hue angle of 25.26º 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 #B5947C is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 124 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.29 |
| HSL | 25.26º | 0.28% | 0.6% | - |
| HSV(B) | 25.26º | 0.31% | 0.71% | - |
| XYZ | 33.28 | 32.46 | 23.58 | - |
| YUV | 155.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 124 | 0 | 0.18 | 0.31 | 0.29 | 25.26 | 0.28 | 0.6 |
| Hex | B5 | 94 | 7C | 0 | 12 | 1F | 1D | 19 | 1C | 3C |
| Octal | 265 | 224 | 174 | 0 | 22 | 37 | 35 | 31 | 34 | 74 |
| Binary | 10110101 | 10010100 | 1111100 | 0 | 10010 | 11111 | 11101 | 11001 | 11100 | 111100 |
Color Harmonies of #B5947C
Complementary color
Monochromatic Colors of #B5947C
Black with #B5947C
Text Example
Text Example
White with #B5947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5947C; }
p { color: rgb(181,148,124); }
H1.HeaderClassName
{
color: #B5947C;
}
.AnyTagClassName
{
color: #B5947C;
}
</style>
background-color css
<style>
a { background-color: #B5947C; }
a { background-color: rgb(181,148,124); }
div.DivClassName
{
background-color: #B5947C;
}
.BgClassName
{
background-color: #B5947C;
}
</style>
border-color css
<style>
span { border-color: #B5947C; }
span { border-color: rgb(181,148,124); }
td.TdClassName
{
border-color: #B5947C;
}
.TagClassName
{
border-color: #B5947C;
}
</style>