Shades of Medium Wood #B58A66
Tints of Medium Wood #B58A66
RGB
CMYK
RGB Variations
Color information
#B58A66 (or 0xB58A66) is known color: Medium Wood. HEX triplet: B5, 8A and 66. RGB value is (181,138,102). Sum of RGB (Red+Green+Blue) = 181+138+102=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A66 is #4A7599. Grayscale: #929292. Windows color (decimal): -4879770 or 6720181. OLE color: 6720181.
HSL color Cylindrical-coordinate representation of color #B58A66: hue angle of 27.34º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B58A66 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 102 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.29 |
| HSL | 27.34º | 0.35% | 0.55% | - |
| HSV(B) | 27.34º | 0.44% | 0.71% | - |
| XYZ | 30.54 | 28.96 | 16.55 | - |
| YUV | 146.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 102 | 0 | 0.24 | 0.44 | 0.29 | 27.34 | 0.35 | 0.55 |
| Hex | B5 | 8A | 66 | 0 | 18 | 2C | 1D | 1B | 23 | 37 |
| Octal | 265 | 212 | 146 | 0 | 30 | 54 | 35 | 33 | 43 | 67 |
| Binary | 10110101 | 10001010 | 1100110 | 0 | 11000 | 101100 | 11101 | 11011 | 100011 | 110111 |
Color Harmonies of #B58A66
Complementary color
Monochromatic Colors of #B58A66
Black with #B58A66
Text Example
Text Example
White with #B58A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A66; }
p { color: rgb(181,138,102); }
H1.HeaderClassName
{
color: #B58A66;
}
.AnyTagClassName
{
color: #B58A66;
}
</style>
background-color css
<style>
a { background-color: #B58A66; }
a { background-color: rgb(181,138,102); }
div.DivClassName
{
background-color: #B58A66;
}
.BgClassName
{
background-color: #B58A66;
}
</style>
border-color css
<style>
span { border-color: #B58A66; }
span { border-color: rgb(181,138,102); }
td.TdClassName
{
border-color: #B58A66;
}
.TagClassName
{
border-color: #B58A66;
}
</style>