Shades of Sandrift #B38F7D
Tints of Sandrift #B38F7D
RGB
CMYK
RGB Variations
Color information
#B38F7D (or 0xB38F7D) is known color: Sandrift. HEX triplet: B3, 8F and 7D. RGB value is (179,143,125). Sum of RGB (Red+Green+Blue) = 179+143+125=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F7D is #4C7082. Grayscale: #979797. Windows color (decimal): -5009539 or 8228787. OLE color: 8228787.
HSL color Cylindrical-coordinate representation of color #B38F7D: hue angle of 20º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B38F7D is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 125 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.30 |
| HSL | 20º | 0.26% | 0.6% | - |
| HSV(B) | 20º | 0.3% | 0.7% | - |
| XYZ | 32.11 | 30.71 | 23.64 | - |
| YUV | 151.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 125 | 0 | 0.20 | 0.30 | 0.30 | 20 | 0.26 | 0.6 |
| Hex | B3 | 8F | 7D | 0 | 14 | 1E | 1E | 14 | 1A | 3C |
| Octal | 263 | 217 | 175 | 0 | 24 | 36 | 36 | 24 | 32 | 74 |
| Binary | 10110011 | 10001111 | 1111101 | 0 | 10100 | 11110 | 11110 | 10100 | 11010 | 111100 |
Color Harmonies of #B38F7D
Complementary color
Monochromatic Colors of #B38F7D
Black with #B38F7D
Text Example
Text Example
White with #B38F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F7D; }
p { color: rgb(179,143,125); }
H1.HeaderClassName
{
color: #B38F7D;
}
.AnyTagClassName
{
color: #B38F7D;
}
</style>
background-color css
<style>
a { background-color: #B38F7D; }
a { background-color: rgb(179,143,125); }
div.DivClassName
{
background-color: #B38F7D;
}
.BgClassName
{
background-color: #B38F7D;
}
</style>
border-color css
<style>
span { border-color: #B38F7D; }
span { border-color: rgb(179,143,125); }
td.TdClassName
{
border-color: #B38F7D;
}
.TagClassName
{
border-color: #B38F7D;
}
</style>