Shades of Sandrift #B38B76
Tints of Sandrift #B38B76
RGB
CMYK
RGB Variations
Color information
#B38B76 (or 0xB38B76) is known color: Sandrift. HEX triplet: B3, 8B and 76. RGB value is (179,139,118). Sum of RGB (Red+Green+Blue) = 179+139+118=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B76 is #4C7489. Grayscale: #949494. Windows color (decimal): -5010570 or 7769011. OLE color: 7769011.
HSL color Cylindrical-coordinate representation of color #B38B76: hue angle of 20.66º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B38B76 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 139 | 118 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.30 |
| HSL | 20.66º | 0.29% | 0.58% | - |
| HSV(B) | 20.66º | 0.34% | 0.7% | - |
| XYZ | 31.09 | 29.36 | 21.17 | - |
| YUV | 148.57 | 110.75 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 118 | 0 | 0.22 | 0.34 | 0.30 | 20.66 | 0.29 | 0.58 |
| Hex | B3 | 8B | 76 | 0 | 16 | 22 | 1E | 15 | 1D | 3A |
| Octal | 263 | 213 | 166 | 0 | 26 | 42 | 36 | 25 | 35 | 72 |
| Binary | 10110011 | 10001011 | 1110110 | 0 | 10110 | 100010 | 11110 | 10101 | 11101 | 111010 |
Color Harmonies of #B38B76
Complementary color
Monochromatic Colors of #B38B76
Black with #B38B76
Text Example
Text Example
White with #B38B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38B76; }
p { color: rgb(179,139,118); }
H1.HeaderClassName
{
color: #B38B76;
}
.AnyTagClassName
{
color: #B38B76;
}
</style>
background-color css
<style>
a { background-color: #B38B76; }
a { background-color: rgb(179,139,118); }
div.DivClassName
{
background-color: #B38B76;
}
.BgClassName
{
background-color: #B38B76;
}
</style>
border-color css
<style>
span { border-color: #B38B76; }
span { border-color: rgb(179,139,118); }
td.TdClassName
{
border-color: #B38B76;
}
.TagClassName
{
border-color: #B38B76;
}
</style>