Shades of Sandrift #B48B71
Tints of Sandrift #B48B71
RGB
CMYK
RGB Variations
Color information
#B48B71 (or 0xB48B71) is known color: Sandrift. HEX triplet: B4, 8B and 71. RGB value is (180,139,113). Sum of RGB (Red+Green+Blue) = 180+139+113=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B71 is #4B748E. Grayscale: #949494. Windows color (decimal): -4945039 or 7441332. OLE color: 7441332.
HSL color Cylindrical-coordinate representation of color #B48B71: hue angle of 23.28º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B48B71 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 139 | 113 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.29 |
| HSL | 23.28º | 0.31% | 0.57% | - |
| HSV(B) | 23.28º | 0.37% | 0.71% | - |
| XYZ | 31.04 | 29.36 | 19.65 | - |
| YUV | 148.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 113 | 0 | 0.23 | 0.37 | 0.29 | 23.28 | 0.31 | 0.57 |
| Hex | B4 | 8B | 71 | 0 | 17 | 25 | 1D | 17 | 1F | 39 |
| Octal | 264 | 213 | 161 | 0 | 27 | 45 | 35 | 27 | 37 | 71 |
| Binary | 10110100 | 10001011 | 1110001 | 0 | 10111 | 100101 | 11101 | 10111 | 11111 | 111001 |
Color Harmonies of #B48B71
Complementary color
Monochromatic Colors of #B48B71
Black with #B48B71
Text Example
Text Example
White with #B48B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48B71; }
p { color: rgb(180,139,113); }
H1.HeaderClassName
{
color: #B48B71;
}
.AnyTagClassName
{
color: #B48B71;
}
</style>
background-color css
<style>
a { background-color: #B48B71; }
a { background-color: rgb(180,139,113); }
div.DivClassName
{
background-color: #B48B71;
}
.BgClassName
{
background-color: #B48B71;
}
</style>
border-color css
<style>
span { border-color: #B48B71; }
span { border-color: rgb(180,139,113); }
td.TdClassName
{
border-color: #B48B71;
}
.TagClassName
{
border-color: #B48B71;
}
</style>