Shades of Sandrift #B38D76
Tints of Sandrift #B38D76
RGB
CMYK
RGB Variations
Color information
#B38D76 (or 0xB38D76) is known color: Sandrift. HEX triplet: B3, 8D and 76. RGB value is (179,141,118). Sum of RGB (Red+Green+Blue) = 179+141+118=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D76 is #4C7289. Grayscale: #959595. Windows color (decimal): -5010058 or 7769523. OLE color: 7769523.
HSL color Cylindrical-coordinate representation of color #B38D76: hue angle of 22.62º 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 #B38D76 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 118 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.30 |
| HSL | 22.62º | 0.29% | 0.58% | - |
| HSV(B) | 22.62º | 0.34% | 0.7% | - |
| XYZ | 31.39 | 29.94 | 21.26 | - |
| YUV | 149.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 118 | 0 | 0.21 | 0.34 | 0.30 | 22.62 | 0.29 | 0.58 |
| Hex | B3 | 8D | 76 | 0 | 15 | 22 | 1E | 17 | 1D | 3A |
| Octal | 263 | 215 | 166 | 0 | 25 | 42 | 36 | 27 | 35 | 72 |
| Binary | 10110011 | 10001101 | 1110110 | 0 | 10101 | 100010 | 11110 | 10111 | 11101 | 111010 |
Color Harmonies of #B38D76
Complementary color
Monochromatic Colors of #B38D76
Black with #B38D76
Text Example
Text Example
White with #B38D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D76; }
p { color: rgb(179,141,118); }
H1.HeaderClassName
{
color: #B38D76;
}
.AnyTagClassName
{
color: #B38D76;
}
</style>
background-color css
<style>
a { background-color: #B38D76; }
a { background-color: rgb(179,141,118); }
div.DivClassName
{
background-color: #B38D76;
}
.BgClassName
{
background-color: #B38D76;
}
</style>
border-color css
<style>
span { border-color: #B38D76; }
span { border-color: rgb(179,141,118); }
td.TdClassName
{
border-color: #B38D76;
}
.TagClassName
{
border-color: #B38D76;
}
</style>