Shades of Sandrift #B5947E
Tints of Sandrift #B5947E
RGB
CMYK
RGB Variations
Color information
#B5947E (or 0xB5947E) is known color: Sandrift. HEX triplet: B5, 94 and 7E. RGB value is (181,148,126). Sum of RGB (Red+Green+Blue) = 181+148+126=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5947E is #4A6B81. Grayscale: #9B9B9B. Windows color (decimal): -4877186 or 8295605. OLE color: 8295605.
HSL color Cylindrical-coordinate representation of color #B5947E: hue angle of 24º 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 #B5947E is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 126 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.29 |
| HSL | 24º | 0.27% | 0.6% | - |
| HSV(B) | 24º | 0.3% | 0.71% | - |
| XYZ | 33.41 | 32.51 | 24.25 | - |
| YUV | 155.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 126 | 0 | 0.18 | 0.30 | 0.29 | 24 | 0.27 | 0.6 |
| Hex | B5 | 94 | 7E | 0 | 12 | 1E | 1D | 18 | 1B | 3C |
| Octal | 265 | 224 | 176 | 0 | 22 | 36 | 35 | 30 | 33 | 74 |
| Binary | 10110101 | 10010100 | 1111110 | 0 | 10010 | 11110 | 11101 | 11000 | 11011 | 111100 |
Color Harmonies of #B5947E
Complementary color
Monochromatic Colors of #B5947E
Black with #B5947E
Text Example
Text Example
White with #B5947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5947E; }
p { color: rgb(181,148,126); }
H1.HeaderClassName
{
color: #B5947E;
}
.AnyTagClassName
{
color: #B5947E;
}
</style>
background-color css
<style>
a { background-color: #B5947E; }
a { background-color: rgb(181,148,126); }
div.DivClassName
{
background-color: #B5947E;
}
.BgClassName
{
background-color: #B5947E;
}
</style>
border-color css
<style>
span { border-color: #B5947E; }
span { border-color: rgb(181,148,126); }
td.TdClassName
{
border-color: #B5947E;
}
.TagClassName
{
border-color: #B5947E;
}
</style>