Shades of Sandrift #B68F7B
Tints of Sandrift #B68F7B
RGB
CMYK
RGB Variations
Color information
#B68F7B (or 0xB68F7B) is known color: Sandrift. HEX triplet: B6, 8F and 7B. RGB value is (182,143,123). Sum of RGB (Red+Green+Blue) = 182+143+123=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68F7B is #497084. Grayscale: #989898. Windows color (decimal): -4812933 or 8097718. OLE color: 8097718.
HSL color Cylindrical-coordinate representation of color #B68F7B: hue angle of 20.34º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B68F7B is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 123 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.29 |
| HSL | 20.34º | 0.29% | 0.6% | - |
| HSV(B) | 20.34º | 0.32% | 0.71% | - |
| XYZ | 32.69 | 31.02 | 23 | - |
| YUV | 152.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 123 | 0 | 0.21 | 0.32 | 0.29 | 20.34 | 0.29 | 0.6 |
| Hex | B6 | 8F | 7B | 0 | 15 | 20 | 1D | 14 | 1D | 3C |
| Octal | 266 | 217 | 173 | 0 | 25 | 40 | 35 | 24 | 35 | 74 |
| Binary | 10110110 | 10001111 | 1111011 | 0 | 10101 | 100000 | 11101 | 10100 | 11101 | 111100 |
Color Harmonies of #B68F7B
Complementary color
Monochromatic Colors of #B68F7B
Black with #B68F7B
Text Example
Text Example
White with #B68F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F7B; }
p { color: rgb(182,143,123); }
H1.HeaderClassName
{
color: #B68F7B;
}
.AnyTagClassName
{
color: #B68F7B;
}
</style>
background-color css
<style>
a { background-color: #B68F7B; }
a { background-color: rgb(182,143,123); }
div.DivClassName
{
background-color: #B68F7B;
}
.BgClassName
{
background-color: #B68F7B;
}
</style>
border-color css
<style>
span { border-color: #B68F7B; }
span { border-color: rgb(182,143,123); }
td.TdClassName
{
border-color: #B68F7B;
}
.TagClassName
{
border-color: #B68F7B;
}
</style>