Shades of Medium Wood #B4846B
Tints of Medium Wood #B4846B
RGB
CMYK
RGB Variations
Color information
#B4846B (or 0xB4846B) is known color: Medium Wood. HEX triplet: B4, 84 and 6B. RGB value is (180,132,107). Sum of RGB (Red+Green+Blue) = 180+132+107=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4846B is #4B7B94. Grayscale: #8F8F8F. Windows color (decimal): -4946837 or 7046324. OLE color: 7046324.
HSL color Cylindrical-coordinate representation of color #B4846B: hue angle of 20.55º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4846B is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 107 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.29 |
| HSL | 20.55º | 0.33% | 0.56% | - |
| HSV(B) | 20.55º | 0.41% | 0.71% | - |
| XYZ | 29.73 | 27.27 | 17.61 | - |
| YUV | 143.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 107 | 0 | 0.27 | 0.41 | 0.29 | 20.55 | 0.33 | 0.56 |
| Hex | B4 | 84 | 6B | 0 | 1B | 29 | 1D | 15 | 21 | 38 |
| Octal | 264 | 204 | 153 | 0 | 33 | 51 | 35 | 25 | 41 | 70 |
| Binary | 10110100 | 10000100 | 1101011 | 0 | 11011 | 101001 | 11101 | 10101 | 100001 | 111000 |
Color Harmonies of #B4846B
Complementary color
Monochromatic Colors of #B4846B
Black with #B4846B
Text Example
Text Example
White with #B4846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4846B; }
p { color: rgb(180,132,107); }
H1.HeaderClassName
{
color: #B4846B;
}
.AnyTagClassName
{
color: #B4846B;
}
</style>
background-color css
<style>
a { background-color: #B4846B; }
a { background-color: rgb(180,132,107); }
div.DivClassName
{
background-color: #B4846B;
}
.BgClassName
{
background-color: #B4846B;
}
</style>
border-color css
<style>
span { border-color: #B4846B; }
span { border-color: rgb(180,132,107); }
td.TdClassName
{
border-color: #B4846B;
}
.TagClassName
{
border-color: #B4846B;
}
</style>