Shades of Sandrift #B48F7A
Tints of Sandrift #B48F7A
RGB
CMYK
RGB Variations
Color information
#B48F7A (or 0xB48F7A) is known color: Sandrift. HEX triplet: B4, 8F and 7A. RGB value is (180,143,122). Sum of RGB (Red+Green+Blue) = 180+143+122=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48F7A is #4B7085. Grayscale: #979797. Windows color (decimal): -4944006 or 8032180. OLE color: 8032180.
HSL color Cylindrical-coordinate representation of color #B48F7A: hue angle of 21.72º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B48F7A is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 122 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.29 |
| HSL | 21.72º | 0.28% | 0.59% | - |
| HSV(B) | 21.72º | 0.32% | 0.71% | - |
| XYZ | 32.16 | 30.75 | 22.65 | - |
| YUV | 151.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 122 | 0 | 0.21 | 0.32 | 0.29 | 21.72 | 0.28 | 0.59 |
| Hex | B4 | 8F | 7A | 0 | 15 | 20 | 1D | 16 | 1C | 3B |
| Octal | 264 | 217 | 172 | 0 | 25 | 40 | 35 | 26 | 34 | 73 |
| Binary | 10110100 | 10001111 | 1111010 | 0 | 10101 | 100000 | 11101 | 10110 | 11100 | 111011 |
Color Harmonies of #B48F7A
Complementary color
Monochromatic Colors of #B48F7A
Black with #B48F7A
Text Example
Text Example
White with #B48F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48F7A; }
p { color: rgb(180,143,122); }
H1.HeaderClassName
{
color: #B48F7A;
}
.AnyTagClassName
{
color: #B48F7A;
}
</style>
background-color css
<style>
a { background-color: #B48F7A; }
a { background-color: rgb(180,143,122); }
div.DivClassName
{
background-color: #B48F7A;
}
.BgClassName
{
background-color: #B48F7A;
}
</style>
border-color css
<style>
span { border-color: #B48F7A; }
span { border-color: rgb(180,143,122); }
td.TdClassName
{
border-color: #B48F7A;
}
.TagClassName
{
border-color: #B48F7A;
}
</style>