Shades of Sandrift #B48B72
Tints of Sandrift #B48B72
RGB
CMYK
RGB Variations
Color information
#B48B72 (or 0xB48B72) is known color: Sandrift. HEX triplet: B4, 8B and 72. RGB value is (180,139,114). Sum of RGB (Red+Green+Blue) = 180+139+114=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B72 is #4B748D. Grayscale: #949494. Windows color (decimal): -4945038 or 7506868. OLE color: 7506868.
HSL color Cylindrical-coordinate representation of color #B48B72: hue angle of 22.73º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B48B72 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 139 | 114 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.29 |
| HSL | 22.73º | 0.31% | 0.58% | - |
| HSV(B) | 22.73º | 0.37% | 0.71% | - |
| XYZ | 31.09 | 29.38 | 19.95 | - |
| YUV | 148.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 114 | 0 | 0.23 | 0.37 | 0.29 | 22.73 | 0.31 | 0.58 |
| Hex | B4 | 8B | 72 | 0 | 17 | 25 | 1D | 17 | 1F | 3A |
| Octal | 264 | 213 | 162 | 0 | 27 | 45 | 35 | 27 | 37 | 72 |
| Binary | 10110100 | 10001011 | 1110010 | 0 | 10111 | 100101 | 11101 | 10111 | 11111 | 111010 |
Color Harmonies of #B48B72
Complementary color
Monochromatic Colors of #B48B72
Black with #B48B72
Text Example
Text Example
White with #B48B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48B72; }
p { color: rgb(180,139,114); }
H1.HeaderClassName
{
color: #B48B72;
}
.AnyTagClassName
{
color: #B48B72;
}
</style>
background-color css
<style>
a { background-color: #B48B72; }
a { background-color: rgb(180,139,114); }
div.DivClassName
{
background-color: #B48B72;
}
.BgClassName
{
background-color: #B48B72;
}
</style>
border-color css
<style>
span { border-color: #B48B72; }
span { border-color: rgb(180,139,114); }
td.TdClassName
{
border-color: #B48B72;
}
.TagClassName
{
border-color: #B48B72;
}
</style>