Shades of Medium Wood #B58A68
Tints of Medium Wood #B58A68
RGB
CMYK
RGB Variations
Color information
#B58A68 (or 0xB58A68) is known color: Medium Wood. HEX triplet: B5, 8A and 68. RGB value is (181,138,104). Sum of RGB (Red+Green+Blue) = 181+138+104=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A68 is #4A7597. Grayscale: #939393. Windows color (decimal): -4879768 or 6851253. OLE color: 6851253.
HSL color Cylindrical-coordinate representation of color #B58A68: hue angle of 26.49º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B58A68 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 104 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.29 |
| HSL | 26.49º | 0.34% | 0.56% | - |
| HSV(B) | 26.49º | 0.43% | 0.71% | - |
| XYZ | 30.64 | 29 | 17.08 | - |
| YUV | 146.98 | 103.75 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 104 | 0 | 0.24 | 0.43 | 0.29 | 26.49 | 0.34 | 0.56 |
| Hex | B5 | 8A | 68 | 0 | 18 | 2B | 1D | 1A | 22 | 38 |
| Octal | 265 | 212 | 150 | 0 | 30 | 53 | 35 | 32 | 42 | 70 |
| Binary | 10110101 | 10001010 | 1101000 | 0 | 11000 | 101011 | 11101 | 11010 | 100010 | 111000 |
Color Harmonies of #B58A68
Complementary color
Monochromatic Colors of #B58A68
Black with #B58A68
Text Example
Text Example
White with #B58A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A68; }
p { color: rgb(181,138,104); }
H1.HeaderClassName
{
color: #B58A68;
}
.AnyTagClassName
{
color: #B58A68;
}
</style>
background-color css
<style>
a { background-color: #B58A68; }
a { background-color: rgb(181,138,104); }
div.DivClassName
{
background-color: #B58A68;
}
.BgClassName
{
background-color: #B58A68;
}
</style>
border-color css
<style>
span { border-color: #B58A68; }
span { border-color: rgb(181,138,104); }
td.TdClassName
{
border-color: #B58A68;
}
.TagClassName
{
border-color: #B58A68;
}
</style>