Shades of Sandrift #B68F73
Tints of Sandrift #B68F73
RGB
CMYK
RGB Variations
Color information
#B68F73 (or 0xB68F73) is known color: Sandrift. HEX triplet: B6, 8F and 73. RGB value is (182,143,115). Sum of RGB (Red+Green+Blue) = 182+143+115=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F73 is #49708C. Grayscale: #979797. Windows color (decimal): -4812941 or 7573430. OLE color: 7573430.
HSL color Cylindrical-coordinate representation of color #B68F73: hue angle of 25.07º 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 #B68F73 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 115 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.29 |
| HSL | 25.07º | 0.31% | 0.58% | - |
| HSV(B) | 25.07º | 0.37% | 0.71% | - |
| XYZ | 32.21 | 30.83 | 20.47 | - |
| YUV | 151.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 115 | 0 | 0.21 | 0.37 | 0.29 | 25.07 | 0.31 | 0.58 |
| Hex | B6 | 8F | 73 | 0 | 15 | 25 | 1D | 19 | 1F | 3A |
| Octal | 266 | 217 | 163 | 0 | 25 | 45 | 35 | 31 | 37 | 72 |
| Binary | 10110110 | 10001111 | 1110011 | 0 | 10101 | 100101 | 11101 | 11001 | 11111 | 111010 |
Color Harmonies of #B68F73
Complementary color
Monochromatic Colors of #B68F73
Black with #B68F73
Text Example
Text Example
White with #B68F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F73; }
p { color: rgb(182,143,115); }
H1.HeaderClassName
{
color: #B68F73;
}
.AnyTagClassName
{
color: #B68F73;
}
</style>
background-color css
<style>
a { background-color: #B68F73; }
a { background-color: rgb(182,143,115); }
div.DivClassName
{
background-color: #B68F73;
}
.BgClassName
{
background-color: #B68F73;
}
</style>
border-color css
<style>
span { border-color: #B68F73; }
span { border-color: rgb(182,143,115); }
td.TdClassName
{
border-color: #B68F73;
}
.TagClassName
{
border-color: #B68F73;
}
</style>