Shades of Sandrift #B38F7A
Tints of Sandrift #B38F7A
RGB
CMYK
RGB Variations
Color information
#B38F7A (or 0xB38F7A) is known color: Sandrift. HEX triplet: B3, 8F and 7A. RGB value is (179,143,122). Sum of RGB (Red+Green+Blue) = 179+143+122=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38F7A is #4C7085. Grayscale: #979797. Windows color (decimal): -5009542 or 8032179. OLE color: 8032179.
HSL color Cylindrical-coordinate representation of color #B38F7A: hue angle of 22.11º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B38F7A is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 122 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.30 |
| HSL | 22.11º | 0.27% | 0.59% | - |
| HSV(B) | 22.11º | 0.32% | 0.7% | - |
| XYZ | 31.93 | 30.63 | 22.64 | - |
| YUV | 151.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 122 | 0 | 0.20 | 0.32 | 0.30 | 22.11 | 0.27 | 0.59 |
| Hex | B3 | 8F | 7A | 0 | 14 | 20 | 1E | 16 | 1B | 3B |
| Octal | 263 | 217 | 172 | 0 | 24 | 40 | 36 | 26 | 33 | 73 |
| Binary | 10110011 | 10001111 | 1111010 | 0 | 10100 | 100000 | 11110 | 10110 | 11011 | 111011 |
Color Harmonies of #B38F7A
Complementary color
Monochromatic Colors of #B38F7A
Black with #B38F7A
Text Example
Text Example
White with #B38F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F7A; }
p { color: rgb(179,143,122); }
H1.HeaderClassName
{
color: #B38F7A;
}
.AnyTagClassName
{
color: #B38F7A;
}
</style>
background-color css
<style>
a { background-color: #B38F7A; }
a { background-color: rgb(179,143,122); }
div.DivClassName
{
background-color: #B38F7A;
}
.BgClassName
{
background-color: #B38F7A;
}
</style>
border-color css
<style>
span { border-color: #B38F7A; }
span { border-color: rgb(179,143,122); }
td.TdClassName
{
border-color: #B38F7A;
}
.TagClassName
{
border-color: #B38F7A;
}
</style>