Shades of Medium Wood #B4826A
Tints of Medium Wood #B4826A
RGB
CMYK
RGB Variations
Color information
#B4826A (or 0xB4826A) is known color: Medium Wood. HEX triplet: B4, 82 and 6A. RGB value is (180,130,106). Sum of RGB (Red+Green+Blue) = 180+130+106=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B4826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4826A is #4B7D95. Grayscale: #8E8E8E. Windows color (decimal): -4947350 or 6980276. OLE color: 6980276.
HSL color Cylindrical-coordinate representation of color #B4826A: hue angle of 19.46º 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 #B4826A is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 106 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.29 |
| HSL | 19.46º | 0.33% | 0.56% | - |
| HSV(B) | 19.46º | 0.41% | 0.71% | - |
| XYZ | 29.41 | 26.71 | 17.24 | - |
| YUV | 142.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 106 | 0 | 0.28 | 0.41 | 0.29 | 19.46 | 0.33 | 0.56 |
| Hex | B4 | 82 | 6A | 0 | 1C | 29 | 1D | 13 | 21 | 38 |
| Octal | 264 | 202 | 152 | 0 | 34 | 51 | 35 | 23 | 41 | 70 |
| Binary | 10110100 | 10000010 | 1101010 | 0 | 11100 | 101001 | 11101 | 10011 | 100001 | 111000 |
Color Harmonies of #B4826A
Complementary color
Monochromatic Colors of #B4826A
Black with #B4826A
Text Example
Text Example
White with #B4826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4826A; }
p { color: rgb(180,130,106); }
H1.HeaderClassName
{
color: #B4826A;
}
.AnyTagClassName
{
color: #B4826A;
}
</style>
background-color css
<style>
a { background-color: #B4826A; }
a { background-color: rgb(180,130,106); }
div.DivClassName
{
background-color: #B4826A;
}
.BgClassName
{
background-color: #B4826A;
}
</style>
border-color css
<style>
span { border-color: #B4826A; }
span { border-color: rgb(180,130,106); }
td.TdClassName
{
border-color: #B4826A;
}
.TagClassName
{
border-color: #B4826A;
}
</style>