Shades of Sandrift #B79274
Tints of Sandrift #B79274
RGB
CMYK
RGB Variations
Color information
#B79274 (or 0xB79274) is known color: Sandrift. HEX triplet: B7, 92 and 74. RGB value is (183,146,116). Sum of RGB (Red+Green+Blue) = 183+146+116=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B79274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79274 is #486D8B. Grayscale: #999999. Windows color (decimal): -4746636 or 7639735. OLE color: 7639735.
HSL color Cylindrical-coordinate representation of color #B79274: hue angle of 26.87º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B79274 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 116 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.28 |
| HSL | 26.87º | 0.32% | 0.59% | - |
| HSV(B) | 26.87º | 0.37% | 0.72% | - |
| XYZ | 32.96 | 31.89 | 20.94 | - |
| YUV | 153.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 116 | 0 | 0.20 | 0.37 | 0.28 | 26.87 | 0.32 | 0.59 |
| Hex | B7 | 92 | 74 | 0 | 14 | 25 | 1C | 1B | 20 | 3B |
| Octal | 267 | 222 | 164 | 0 | 24 | 45 | 34 | 33 | 40 | 73 |
| Binary | 10110111 | 10010010 | 1110100 | 0 | 10100 | 100101 | 11100 | 11011 | 100000 | 111011 |
Color Harmonies of #B79274
Complementary color
Monochromatic Colors of #B79274
Black with #B79274
Text Example
Text Example
White with #B79274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79274; }
p { color: rgb(183,146,116); }
H1.HeaderClassName
{
color: #B79274;
}
.AnyTagClassName
{
color: #B79274;
}
</style>
background-color css
<style>
a { background-color: #B79274; }
a { background-color: rgb(183,146,116); }
div.DivClassName
{
background-color: #B79274;
}
.BgClassName
{
background-color: #B79274;
}
</style>
border-color css
<style>
span { border-color: #B79274; }
span { border-color: rgb(183,146,116); }
td.TdClassName
{
border-color: #B79274;
}
.TagClassName
{
border-color: #B79274;
}
</style>