Shades of Sandrift #B39278
Tints of Sandrift #B39278
RGB
CMYK
RGB Variations
Color information
#B39278 (or 0xB39278) is known color: Sandrift. HEX triplet: B3, 92 and 78. RGB value is (179,146,120). Sum of RGB (Red+Green+Blue) = 179+146+120=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B39278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39278 is #4C6D87. Grayscale: #999999. Windows color (decimal): -5008776 or 7901875. OLE color: 7901875.
HSL color Cylindrical-coordinate representation of color #B39278: hue angle of 26.44º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B39278 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 146 | 120 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.30 |
| HSL | 26.44º | 0.28% | 0.59% | - |
| HSV(B) | 26.44º | 0.33% | 0.7% | - |
| XYZ | 32.26 | 31.5 | 22.15 | - |
| YUV | 152.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 146 | 120 | 0 | 0.18 | 0.33 | 0.30 | 26.44 | 0.28 | 0.59 |
| Hex | B3 | 92 | 78 | 0 | 12 | 21 | 1E | 1A | 1C | 3B |
| Octal | 263 | 222 | 170 | 0 | 22 | 41 | 36 | 32 | 34 | 73 |
| Binary | 10110011 | 10010010 | 1111000 | 0 | 10010 | 100001 | 11110 | 11010 | 11100 | 111011 |
Color Harmonies of #B39278
Complementary color
Monochromatic Colors of #B39278
Black with #B39278
Text Example
Text Example
White with #B39278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39278; }
p { color: rgb(179,146,120); }
H1.HeaderClassName
{
color: #B39278;
}
.AnyTagClassName
{
color: #B39278;
}
</style>
background-color css
<style>
a { background-color: #B39278; }
a { background-color: rgb(179,146,120); }
div.DivClassName
{
background-color: #B39278;
}
.BgClassName
{
background-color: #B39278;
}
</style>
border-color css
<style>
span { border-color: #B39278; }
span { border-color: rgb(179,146,120); }
td.TdClassName
{
border-color: #B39278;
}
.TagClassName
{
border-color: #B39278;
}
</style>