Shades of Sandrift #B29273
Tints of Sandrift #B29273
RGB
CMYK
RGB Variations
Color information
#B29273 (or 0xB29273) is known color: Sandrift. HEX triplet: B2, 92 and 73. RGB value is (178,146,115). Sum of RGB (Red+Green+Blue) = 178+146+115=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B29273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29273 is #4D6D8C. Grayscale: #989898. Windows color (decimal): -5074317 or 7574194. OLE color: 7574194.
HSL color Cylindrical-coordinate representation of color #B29273: hue angle of 29.52º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B29273 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 146 | 115 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.30 |
| HSL | 29.52º | 0.29% | 0.57% | - |
| HSV(B) | 29.52º | 0.35% | 0.7% | - |
| XYZ | 31.73 | 31.26 | 20.58 | - |
| YUV | 152.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 115 | 0 | 0.18 | 0.35 | 0.30 | 29.52 | 0.29 | 0.57 |
| Hex | B2 | 92 | 73 | 0 | 12 | 23 | 1E | 1E | 1D | 39 |
| Octal | 262 | 222 | 163 | 0 | 22 | 43 | 36 | 36 | 35 | 71 |
| Binary | 10110010 | 10010010 | 1110011 | 0 | 10010 | 100011 | 11110 | 11110 | 11101 | 111001 |
Color Harmonies of #B29273
Complementary color
Monochromatic Colors of #B29273
Black with #B29273
Text Example
Text Example
White with #B29273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29273; }
p { color: rgb(178,146,115); }
H1.HeaderClassName
{
color: #B29273;
}
.AnyTagClassName
{
color: #B29273;
}
</style>
background-color css
<style>
a { background-color: #B29273; }
a { background-color: rgb(178,146,115); }
div.DivClassName
{
background-color: #B29273;
}
.BgClassName
{
background-color: #B29273;
}
</style>
border-color css
<style>
span { border-color: #B29273; }
span { border-color: rgb(178,146,115); }
td.TdClassName
{
border-color: #B29273;
}
.TagClassName
{
border-color: #B29273;
}
</style>