Shades of Sandrift #B69273
Tints of Sandrift #B69273
RGB
CMYK
RGB Variations
Color information
#B69273 (or 0xB69273) is known color: Sandrift. HEX triplet: B6, 92 and 73. RGB value is (182,146,115). Sum of RGB (Red+Green+Blue) = 182+146+115=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B69273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69273 is #496D8C. Grayscale: #999999. Windows color (decimal): -4812173 or 7574198. OLE color: 7574198.
HSL color Cylindrical-coordinate representation of color #B69273: hue angle of 27.76º 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 #B69273 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 146 | 115 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.29 |
| HSL | 27.76º | 0.31% | 0.58% | - |
| HSV(B) | 27.76º | 0.37% | 0.71% | - |
| XYZ | 32.66 | 31.74 | 20.62 | - |
| YUV | 153.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 146 | 115 | 0 | 0.20 | 0.37 | 0.29 | 27.76 | 0.31 | 0.58 |
| Hex | B6 | 92 | 73 | 0 | 14 | 25 | 1D | 1C | 1F | 3A |
| Octal | 266 | 222 | 163 | 0 | 24 | 45 | 35 | 34 | 37 | 72 |
| Binary | 10110110 | 10010010 | 1110011 | 0 | 10100 | 100101 | 11101 | 11100 | 11111 | 111010 |
Color Harmonies of #B69273
Complementary color
Monochromatic Colors of #B69273
Black with #B69273
Text Example
Text Example
White with #B69273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69273; }
p { color: rgb(182,146,115); }
H1.HeaderClassName
{
color: #B69273;
}
.AnyTagClassName
{
color: #B69273;
}
</style>
background-color css
<style>
a { background-color: #B69273; }
a { background-color: rgb(182,146,115); }
div.DivClassName
{
background-color: #B69273;
}
.BgClassName
{
background-color: #B69273;
}
</style>
border-color css
<style>
span { border-color: #B69273; }
span { border-color: rgb(182,146,115); }
td.TdClassName
{
border-color: #B69273;
}
.TagClassName
{
border-color: #B69273;
}
</style>