Shades of Sandal #B08B64
Tints of Sandal #B08B64
RGB
CMYK
RGB Variations
Color information
#B08B64 (or 0xB08B64) is known color: Sandal. HEX triplet: B0, 8B and 64. RGB value is (176,139,100). Sum of RGB (Red+Green+Blue) = 176+139+100=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08B64 is #4F749B. Grayscale: #919191. Windows color (decimal): -5207196 or 6589360. OLE color: 6589360.
HSL color Cylindrical-coordinate representation of color #B08B64: hue angle of 30.79º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B08B64 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 139 | 100 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.31 |
| HSL | 30.79º | 0.32% | 0.54% | - |
| HSV(B) | 30.79º | 0.43% | 0.69% | - |
| XYZ | 29.44 | 28.62 | 16.03 | - |
| YUV | 145.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 100 | 0 | 0.21 | 0.43 | 0.31 | 30.79 | 0.32 | 0.54 |
| Hex | B0 | 8B | 64 | 0 | 15 | 2B | 1F | 1F | 20 | 36 |
| Octal | 260 | 213 | 144 | 0 | 25 | 53 | 37 | 37 | 40 | 66 |
| Binary | 10110000 | 10001011 | 1100100 | 0 | 10101 | 101011 | 11111 | 11111 | 100000 | 110110 |
Color Harmonies of #B08B64
Complementary color
Monochromatic Colors of #B08B64
Black with #B08B64
Text Example
Text Example
White with #B08B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08B64; }
p { color: rgb(176,139,100); }
H1.HeaderClassName
{
color: #B08B64;
}
.AnyTagClassName
{
color: #B08B64;
}
</style>
background-color css
<style>
a { background-color: #B08B64; }
a { background-color: rgb(176,139,100); }
div.DivClassName
{
background-color: #B08B64;
}
.BgClassName
{
background-color: #B08B64;
}
</style>
border-color css
<style>
span { border-color: #B08B64; }
span { border-color: rgb(176,139,100); }
td.TdClassName
{
border-color: #B08B64;
}
.TagClassName
{
border-color: #B08B64;
}
</style>