Shades of Sandrift #B68F75
Tints of Sandrift #B68F75
RGB
CMYK
RGB Variations
Color information
#B68F75 (or 0xB68F75) is known color: Sandrift. HEX triplet: B6, 8F and 75. RGB value is (182,143,117). Sum of RGB (Red+Green+Blue) = 182+143+117=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F75 is #49708A. Grayscale: #979797. Windows color (decimal): -4812939 or 7704502. OLE color: 7704502.
HSL color Cylindrical-coordinate representation of color #B68F75: hue angle of 24º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68F75 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 117 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.29 |
| HSL | 24º | 0.31% | 0.59% | - |
| HSV(B) | 24º | 0.36% | 0.71% | - |
| XYZ | 32.32 | 30.87 | 21.09 | - |
| YUV | 151.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 117 | 0 | 0.21 | 0.36 | 0.29 | 24 | 0.31 | 0.59 |
| Hex | B6 | 8F | 75 | 0 | 15 | 24 | 1D | 18 | 1F | 3B |
| Octal | 266 | 217 | 165 | 0 | 25 | 44 | 35 | 30 | 37 | 73 |
| Binary | 10110110 | 10001111 | 1110101 | 0 | 10101 | 100100 | 11101 | 11000 | 11111 | 111011 |
Color Harmonies of #B68F75
Complementary color
Monochromatic Colors of #B68F75
Black with #B68F75
Text Example
Text Example
White with #B68F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F75; }
p { color: rgb(182,143,117); }
H1.HeaderClassName
{
color: #B68F75;
}
.AnyTagClassName
{
color: #B68F75;
}
</style>
background-color css
<style>
a { background-color: #B68F75; }
a { background-color: rgb(182,143,117); }
div.DivClassName
{
background-color: #B68F75;
}
.BgClassName
{
background-color: #B68F75;
}
</style>
border-color css
<style>
span { border-color: #B68F75; }
span { border-color: rgb(182,143,117); }
td.TdClassName
{
border-color: #B68F75;
}
.TagClassName
{
border-color: #B68F75;
}
</style>