Shades of Medium Wood #B48569
Tints of Medium Wood #B48569
RGB
CMYK
RGB Variations
Color information
#B48569 (or 0xB48569) is known color: Medium Wood. HEX triplet: B4, 85 and 69. RGB value is (180,133,105). Sum of RGB (Red+Green+Blue) = 180+133+105=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B48569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48569 is #4B7A96. Grayscale: #909090. Windows color (decimal): -4946583 or 6915508. OLE color: 6915508.
HSL color Cylindrical-coordinate representation of color #B48569: hue angle of 22.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B48569 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 105 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.29 |
| HSL | 22.4º | 0.33% | 0.56% | - |
| HSV(B) | 22.4º | 0.42% | 0.71% | - |
| XYZ | 29.76 | 27.5 | 17.1 | - |
| YUV | 143.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 105 | 0 | 0.26 | 0.42 | 0.29 | 22.4 | 0.33 | 0.56 |
| Hex | B4 | 85 | 69 | 0 | 1A | 2A | 1D | 16 | 21 | 38 |
| Octal | 264 | 205 | 151 | 0 | 32 | 52 | 35 | 26 | 41 | 70 |
| Binary | 10110100 | 10000101 | 1101001 | 0 | 11010 | 101010 | 11101 | 10110 | 100001 | 111000 |
Color Harmonies of #B48569
Complementary color
Monochromatic Colors of #B48569
Black with #B48569
Text Example
Text Example
White with #B48569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48569; }
p { color: rgb(180,133,105); }
H1.HeaderClassName
{
color: #B48569;
}
.AnyTagClassName
{
color: #B48569;
}
</style>
background-color css
<style>
a { background-color: #B48569; }
a { background-color: rgb(180,133,105); }
div.DivClassName
{
background-color: #B48569;
}
.BgClassName
{
background-color: #B48569;
}
</style>
border-color css
<style>
span { border-color: #B48569; }
span { border-color: rgb(180,133,105); }
td.TdClassName
{
border-color: #B48569;
}
.TagClassName
{
border-color: #B48569;
}
</style>