Shades of Sandrift #B39372
Tints of Sandrift #B39372
RGB
CMYK
RGB Variations
Color information
#B39372 (or 0xB39372) is known color: Sandrift. HEX triplet: B3, 93 and 72. RGB value is (179,147,114). Sum of RGB (Red+Green+Blue) = 179+147+114=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B39372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39372 is #4C6C8D. Grayscale: #989898. Windows color (decimal): -5008526 or 7508915. OLE color: 7508915.
HSL color Cylindrical-coordinate representation of color #B39372: hue angle of 30.46º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B39372 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 147 | 114 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.30 |
| HSL | 30.46º | 0.3% | 0.57% | - |
| HSV(B) | 30.46º | 0.36% | 0.7% | - |
| XYZ | 32.06 | 31.67 | 20.34 | - |
| YUV | 152.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 114 | 0 | 0.18 | 0.36 | 0.30 | 30.46 | 0.3 | 0.57 |
| Hex | B3 | 93 | 72 | 0 | 12 | 24 | 1E | 1E | 1E | 39 |
| Octal | 263 | 223 | 162 | 0 | 22 | 44 | 36 | 36 | 36 | 71 |
| Binary | 10110011 | 10010011 | 1110010 | 0 | 10010 | 100100 | 11110 | 11110 | 11110 | 111001 |
Color Harmonies of #B39372
Complementary color
Monochromatic Colors of #B39372
Black with #B39372
Text Example
Text Example
White with #B39372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39372; }
p { color: rgb(179,147,114); }
H1.HeaderClassName
{
color: #B39372;
}
.AnyTagClassName
{
color: #B39372;
}
</style>
background-color css
<style>
a { background-color: #B39372; }
a { background-color: rgb(179,147,114); }
div.DivClassName
{
background-color: #B39372;
}
.BgClassName
{
background-color: #B39372;
}
</style>
border-color css
<style>
span { border-color: #B39372; }
span { border-color: rgb(179,147,114); }
td.TdClassName
{
border-color: #B39372;
}
.TagClassName
{
border-color: #B39372;
}
</style>