Shades of Sandrift #B68F70
Tints of Sandrift #B68F70
RGB
CMYK
RGB Variations
Color information
#B68F70 (or 0xB68F70) is known color: Sandrift. HEX triplet: B6, 8F and 70. RGB value is (182,143,112). Sum of RGB (Red+Green+Blue) = 182+143+112=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F70 is #49708F. Grayscale: #979797. Windows color (decimal): -4812944 or 7376822. OLE color: 7376822.
HSL color Cylindrical-coordinate representation of color #B68F70: hue angle of 26.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B68F70 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 112 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.29 |
| HSL | 26.57º | 0.32% | 0.58% | - |
| HSV(B) | 26.57º | 0.38% | 0.71% | - |
| XYZ | 32.04 | 30.76 | 19.58 | - |
| YUV | 151.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 112 | 0 | 0.21 | 0.38 | 0.29 | 26.57 | 0.32 | 0.58 |
| Hex | B6 | 8F | 70 | 0 | 15 | 26 | 1D | 1B | 20 | 3A |
| Octal | 266 | 217 | 160 | 0 | 25 | 46 | 35 | 33 | 40 | 72 |
| Binary | 10110110 | 10001111 | 1110000 | 0 | 10101 | 100110 | 11101 | 11011 | 100000 | 111010 |
Color Harmonies of #B68F70
Complementary color
Monochromatic Colors of #B68F70
Black with #B68F70
Text Example
Text Example
White with #B68F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F70; }
p { color: rgb(182,143,112); }
H1.HeaderClassName
{
color: #B68F70;
}
.AnyTagClassName
{
color: #B68F70;
}
</style>
background-color css
<style>
a { background-color: #B68F70; }
a { background-color: rgb(182,143,112); }
div.DivClassName
{
background-color: #B68F70;
}
.BgClassName
{
background-color: #B68F70;
}
</style>
border-color css
<style>
span { border-color: #B68F70; }
span { border-color: rgb(182,143,112); }
td.TdClassName
{
border-color: #B68F70;
}
.TagClassName
{
border-color: #B68F70;
}
</style>