Shades of Medium Wood #B4805D
Tints of Medium Wood #B4805D
RGB
CMYK
RGB Variations
Color information
#B4805D (or 0xB4805D) is known color: Medium Wood. HEX triplet: B4, 80 and 5D. RGB value is (180,128,93). Sum of RGB (Red+Green+Blue) = 180+128+93=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4805D is #4B7FA2. Grayscale: #8B8B8B. Windows color (decimal): -4947875 or 6127796. OLE color: 6127796.
HSL color Cylindrical-coordinate representation of color #B4805D: hue angle of 24.14º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4805D is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 128 | 93 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.29 |
| HSL | 24.14º | 0.37% | 0.54% | - |
| HSV(B) | 24.14º | 0.48% | 0.71% | - |
| XYZ | 28.52 | 25.93 | 13.86 | - |
| YUV | 139.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 93 | 0 | 0.29 | 0.48 | 0.29 | 24.14 | 0.37 | 0.54 |
| Hex | B4 | 80 | 5D | 0 | 1D | 30 | 1D | 18 | 25 | 36 |
| Octal | 264 | 200 | 135 | 0 | 35 | 60 | 35 | 30 | 45 | 66 |
| Binary | 10110100 | 10000000 | 1011101 | 0 | 11101 | 110000 | 11101 | 11000 | 100101 | 110110 |
Color Harmonies of #B4805D
Complementary color
Monochromatic Colors of #B4805D
Black with #B4805D
Text Example
Text Example
White with #B4805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4805D; }
p { color: rgb(180,128,93); }
H1.HeaderClassName
{
color: #B4805D;
}
.AnyTagClassName
{
color: #B4805D;
}
</style>
background-color css
<style>
a { background-color: #B4805D; }
a { background-color: rgb(180,128,93); }
div.DivClassName
{
background-color: #B4805D;
}
.BgClassName
{
background-color: #B4805D;
}
</style>
border-color css
<style>
span { border-color: #B4805D; }
span { border-color: rgb(180,128,93); }
td.TdClassName
{
border-color: #B4805D;
}
.TagClassName
{
border-color: #B4805D;
}
</style>