Shades of Sandrift #B48F7C
Tints of Sandrift #B48F7C
RGB
CMYK
RGB Variations
Color information
#B48F7C (or 0xB48F7C) is known color: Sandrift. HEX triplet: B4, 8F and 7C. RGB value is (180,143,124). Sum of RGB (Red+Green+Blue) = 180+143+124=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F7C is #4B7083. Grayscale: #989898. Windows color (decimal): -4944004 or 8163252. OLE color: 8163252.
HSL color Cylindrical-coordinate representation of color #B48F7C: hue angle of 20.36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B48F7C is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 124 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.29 |
| HSL | 20.36º | 0.27% | 0.6% | - |
| HSV(B) | 20.36º | 0.31% | 0.71% | - |
| XYZ | 32.28 | 30.8 | 23.31 | - |
| YUV | 151.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 124 | 0 | 0.21 | 0.31 | 0.29 | 20.36 | 0.27 | 0.6 |
| Hex | B4 | 8F | 7C | 0 | 15 | 1F | 1D | 14 | 1B | 3C |
| Octal | 264 | 217 | 174 | 0 | 25 | 37 | 35 | 24 | 33 | 74 |
| Binary | 10110100 | 10001111 | 1111100 | 0 | 10101 | 11111 | 11101 | 10100 | 11011 | 111100 |
Color Harmonies of #B48F7C
Complementary color
Monochromatic Colors of #B48F7C
Black with #B48F7C
Text Example
Text Example
White with #B48F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48F7C; }
p { color: rgb(180,143,124); }
H1.HeaderClassName
{
color: #B48F7C;
}
.AnyTagClassName
{
color: #B48F7C;
}
</style>
background-color css
<style>
a { background-color: #B48F7C; }
a { background-color: rgb(180,143,124); }
div.DivClassName
{
background-color: #B48F7C;
}
.BgClassName
{
background-color: #B48F7C;
}
</style>
border-color css
<style>
span { border-color: #B48F7C; }
span { border-color: rgb(180,143,124); }
td.TdClassName
{
border-color: #B48F7C;
}
.TagClassName
{
border-color: #B48F7C;
}
</style>