Shades of Sandrift #B4937E
Tints of Sandrift #B4937E
RGB
CMYK
RGB Variations
Color information
#B4937E (or 0xB4937E) is known color: Sandrift. HEX triplet: B4, 93 and 7E. RGB value is (180,147,126). Sum of RGB (Red+Green+Blue) = 180+147+126=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4937E is #4B6C81. Grayscale: #9A9A9A. Windows color (decimal): -4942978 or 8295348. OLE color: 8295348.
HSL color Cylindrical-coordinate representation of color #B4937E: hue angle of 23.33º degrees, saturation: 0.26, 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 #B4937E is Cyan = 0, Magento = 0.18, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 126 | - |
| CMYK | 0 | 0.18 | 0.3 | 0.29 |
| HSL | 23.33º | 0.26% | 0.6% | - |
| HSV(B) | 23.33º | 0.3% | 0.71% | - |
| XYZ | 33.02 | 32.08 | 24.19 | - |
| YUV | 154.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 126 | 0 | 0.18 | 0.3 | 0.29 | 23.33 | 0.26 | 0.6 |
| Hex | B4 | 93 | 7E | 0 | 12 | 1E | 1D | 17 | 1A | 3C |
| Octal | 264 | 223 | 176 | 0 | 22 | 36 | 35 | 27 | 32 | 74 |
| Binary | 10110100 | 10010011 | 1111110 | 0 | 10010 | 11110 | 11101 | 10111 | 11010 | 111100 |
Color Harmonies of #B4937E
Complementary color
Monochromatic Colors of #B4937E
Black with #B4937E
Text Example
Text Example
White with #B4937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4937E; }
p { color: rgb(180,147,126); }
H1.HeaderClassName
{
color: #B4937E;
}
.AnyTagClassName
{
color: #B4937E;
}
</style>
background-color css
<style>
a { background-color: #B4937E; }
a { background-color: rgb(180,147,126); }
div.DivClassName
{
background-color: #B4937E;
}
.BgClassName
{
background-color: #B4937E;
}
</style>
border-color css
<style>
span { border-color: #B4937E; }
span { border-color: rgb(180,147,126); }
td.TdClassName
{
border-color: #B4937E;
}
.TagClassName
{
border-color: #B4937E;
}
</style>