Shades of Sandrift #B68C73
Tints of Sandrift #B68C73
RGB
CMYK
RGB Variations
Color information
#B68C73 (or 0xB68C73) is known color: Sandrift. HEX triplet: B6, 8C and 73. RGB value is (182,140,115). Sum of RGB (Red+Green+Blue) = 182+140+115=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68C73 is #49738C. Grayscale: #959595. Windows color (decimal): -4813709 or 7572662. OLE color: 7572662.
HSL color Cylindrical-coordinate representation of color #B68C73: hue angle of 22.39º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B68C73 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 115 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.29 |
| HSL | 22.39º | 0.31% | 0.58% | - |
| HSV(B) | 22.39º | 0.37% | 0.71% | - |
| XYZ | 31.76 | 29.94 | 20.32 | - |
| YUV | 149.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 115 | 0 | 0.23 | 0.37 | 0.29 | 22.39 | 0.31 | 0.58 |
| Hex | B6 | 8C | 73 | 0 | 17 | 25 | 1D | 16 | 1F | 3A |
| Octal | 266 | 214 | 163 | 0 | 27 | 45 | 35 | 26 | 37 | 72 |
| Binary | 10110110 | 10001100 | 1110011 | 0 | 10111 | 100101 | 11101 | 10110 | 11111 | 111010 |
Color Harmonies of #B68C73
Complementary color
Monochromatic Colors of #B68C73
Black with #B68C73
Text Example
Text Example
White with #B68C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68C73; }
p { color: rgb(182,140,115); }
H1.HeaderClassName
{
color: #B68C73;
}
.AnyTagClassName
{
color: #B68C73;
}
</style>
background-color css
<style>
a { background-color: #B68C73; }
a { background-color: rgb(182,140,115); }
div.DivClassName
{
background-color: #B68C73;
}
.BgClassName
{
background-color: #B68C73;
}
</style>
border-color css
<style>
span { border-color: #B68C73; }
span { border-color: rgb(182,140,115); }
td.TdClassName
{
border-color: #B68C73;
}
.TagClassName
{
border-color: #B68C73;
}
</style>