Shades of Sandrift #B5957B
Tints of Sandrift #B5957B
RGB
CMYK
RGB Variations
Color information
#B5957B (or 0xB5957B) is known color: Sandrift. HEX triplet: B5, 95 and 7B. RGB value is (181,149,123). Sum of RGB (Red+Green+Blue) = 181+149+123=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5957B is #4A6A84. Grayscale: #9B9B9B. Windows color (decimal): -4876933 or 8099253. OLE color: 8099253.
HSL color Cylindrical-coordinate representation of color #B5957B: hue angle of 26.9º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5957B is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 123 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.29 |
| HSL | 26.9º | 0.28% | 0.6% | - |
| HSV(B) | 26.9º | 0.32% | 0.71% | - |
| XYZ | 33.38 | 32.75 | 23.3 | - |
| YUV | 155.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 123 | 0 | 0.18 | 0.32 | 0.29 | 26.9 | 0.28 | 0.6 |
| Hex | B5 | 95 | 7B | 0 | 12 | 20 | 1D | 1B | 1C | 3C |
| Octal | 265 | 225 | 173 | 0 | 22 | 40 | 35 | 33 | 34 | 74 |
| Binary | 10110101 | 10010101 | 1111011 | 0 | 10010 | 100000 | 11101 | 11011 | 11100 | 111100 |
Color Harmonies of #B5957B
Complementary color
Monochromatic Colors of #B5957B
Black with #B5957B
Text Example
Text Example
White with #B5957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5957B; }
p { color: rgb(181,149,123); }
H1.HeaderClassName
{
color: #B5957B;
}
.AnyTagClassName
{
color: #B5957B;
}
</style>
background-color css
<style>
a { background-color: #B5957B; }
a { background-color: rgb(181,149,123); }
div.DivClassName
{
background-color: #B5957B;
}
.BgClassName
{
background-color: #B5957B;
}
</style>
border-color css
<style>
span { border-color: #B5957B; }
span { border-color: rgb(181,149,123); }
td.TdClassName
{
border-color: #B5957B;
}
.TagClassName
{
border-color: #B5957B;
}
</style>