Shades of Sandrift #B68B74
Tints of Sandrift #B68B74
RGB
CMYK
RGB Variations
Color information
#B68B74 (or 0xB68B74) is known color: Sandrift. HEX triplet: B6, 8B and 74. RGB value is (182,139,116). Sum of RGB (Red+Green+Blue) = 182+139+116=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68B74 is #49748B. Grayscale: #959595. Windows color (decimal): -4813964 or 7637942. OLE color: 7637942.
HSL color Cylindrical-coordinate representation of color #B68B74: hue angle of 20.91º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B68B74 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 139 | 116 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.29 |
| HSL | 20.91º | 0.31% | 0.58% | - |
| HSV(B) | 20.91º | 0.36% | 0.71% | - |
| XYZ | 31.68 | 29.67 | 20.58 | - |
| YUV | 149.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 116 | 0 | 0.24 | 0.36 | 0.29 | 20.91 | 0.31 | 0.58 |
| Hex | B6 | 8B | 74 | 0 | 18 | 24 | 1D | 15 | 1F | 3A |
| Octal | 266 | 213 | 164 | 0 | 30 | 44 | 35 | 25 | 37 | 72 |
| Binary | 10110110 | 10001011 | 1110100 | 0 | 11000 | 100100 | 11101 | 10101 | 11111 | 111010 |
Color Harmonies of #B68B74
Complementary color
Monochromatic Colors of #B68B74
Black with #B68B74
Text Example
Text Example
White with #B68B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68B74; }
p { color: rgb(182,139,116); }
H1.HeaderClassName
{
color: #B68B74;
}
.AnyTagClassName
{
color: #B68B74;
}
</style>
background-color css
<style>
a { background-color: #B68B74; }
a { background-color: rgb(182,139,116); }
div.DivClassName
{
background-color: #B68B74;
}
.BgClassName
{
background-color: #B68B74;
}
</style>
border-color css
<style>
span { border-color: #B68B74; }
span { border-color: rgb(182,139,116); }
td.TdClassName
{
border-color: #B68B74;
}
.TagClassName
{
border-color: #B68B74;
}
</style>