Shades of Sandrift #B49273
Tints of Sandrift #B49273
RGB
CMYK
RGB Variations
Color information
#B49273 (or 0xB49273) is known color: Sandrift. HEX triplet: B4, 92 and 73. RGB value is (180,146,115). Sum of RGB (Red+Green+Blue) = 180+146+115=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B49273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49273 is #4B6D8C. Grayscale: #989898. Windows color (decimal): -4943245 or 7574196. OLE color: 7574196.
HSL color Cylindrical-coordinate representation of color #B49273: hue angle of 28.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B49273 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 115 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.29 |
| HSL | 28.62º | 0.3% | 0.58% | - |
| HSV(B) | 28.62º | 0.36% | 0.71% | - |
| XYZ | 32.2 | 31.5 | 20.6 | - |
| YUV | 152.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 115 | 0 | 0.19 | 0.36 | 0.29 | 28.62 | 0.3 | 0.58 |
| Hex | B4 | 92 | 73 | 0 | 13 | 24 | 1D | 1D | 1E | 3A |
| Octal | 264 | 222 | 163 | 0 | 23 | 44 | 35 | 35 | 36 | 72 |
| Binary | 10110100 | 10010010 | 1110011 | 0 | 10011 | 100100 | 11101 | 11101 | 11110 | 111010 |
Color Harmonies of #B49273
Complementary color
Monochromatic Colors of #B49273
Black with #B49273
Text Example
Text Example
White with #B49273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49273; }
p { color: rgb(180,146,115); }
H1.HeaderClassName
{
color: #B49273;
}
.AnyTagClassName
{
color: #B49273;
}
</style>
background-color css
<style>
a { background-color: #B49273; }
a { background-color: rgb(180,146,115); }
div.DivClassName
{
background-color: #B49273;
}
.BgClassName
{
background-color: #B49273;
}
</style>
border-color css
<style>
span { border-color: #B49273; }
span { border-color: rgb(180,146,115); }
td.TdClassName
{
border-color: #B49273;
}
.TagClassName
{
border-color: #B49273;
}
</style>