Shades of Sandrift #B58B6E
Tints of Sandrift #B58B6E
RGB
CMYK
RGB Variations
Color information
#B58B6E (or 0xB58B6E) is known color: Sandrift. HEX triplet: B5, 8B and 6E. RGB value is (181,139,110). Sum of RGB (Red+Green+Blue) = 181+139+110=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58B6E is #4A7491. Grayscale: #949494. Windows color (decimal): -4879506 or 7244725. OLE color: 7244725.
HSL color Cylindrical-coordinate representation of color #B58B6E: hue angle of 24.51º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B58B6E is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 110 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.29 |
| HSL | 24.51º | 0.32% | 0.57% | - |
| HSV(B) | 24.51º | 0.39% | 0.71% | - |
| XYZ | 31.1 | 29.41 | 18.79 | - |
| YUV | 148.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 110 | 0 | 0.23 | 0.39 | 0.29 | 24.51 | 0.32 | 0.57 |
| Hex | B5 | 8B | 6E | 0 | 17 | 27 | 1D | 19 | 20 | 39 |
| Octal | 265 | 213 | 156 | 0 | 27 | 47 | 35 | 31 | 40 | 71 |
| Binary | 10110101 | 10001011 | 1101110 | 0 | 10111 | 100111 | 11101 | 11001 | 100000 | 111001 |
Color Harmonies of #B58B6E
Complementary color
Monochromatic Colors of #B58B6E
Black with #B58B6E
Text Example
Text Example
White with #B58B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B6E; }
p { color: rgb(181,139,110); }
H1.HeaderClassName
{
color: #B58B6E;
}
.AnyTagClassName
{
color: #B58B6E;
}
</style>
background-color css
<style>
a { background-color: #B58B6E; }
a { background-color: rgb(181,139,110); }
div.DivClassName
{
background-color: #B58B6E;
}
.BgClassName
{
background-color: #B58B6E;
}
</style>
border-color css
<style>
span { border-color: #B58B6E; }
span { border-color: rgb(181,139,110); }
td.TdClassName
{
border-color: #B58B6E;
}
.TagClassName
{
border-color: #B58B6E;
}
</style>