Shades of Medium Wood #B3826A
Tints of Medium Wood #B3826A
RGB
CMYK
RGB Variations
Color information
#B3826A (or 0xB3826A) is known color: Medium Wood. HEX triplet: B3, 82 and 6A. RGB value is (179,130,106). Sum of RGB (Red+Green+Blue) = 179+130+106=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B3826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3826A is #4C7D95. Grayscale: #8E8E8E. Windows color (decimal): -5012886 or 6980275. OLE color: 6980275.
HSL color Cylindrical-coordinate representation of color #B3826A: hue angle of 19.73º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3826A is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 106 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.30 |
| HSL | 19.73º | 0.32% | 0.56% | - |
| HSV(B) | 19.73º | 0.41% | 0.7% | - |
| XYZ | 29.17 | 26.59 | 17.23 | - |
| YUV | 141.92 | 107.73 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 106 | 0 | 0.27 | 0.41 | 0.30 | 19.73 | 0.32 | 0.56 |
| Hex | B3 | 82 | 6A | 0 | 1B | 29 | 1E | 14 | 20 | 38 |
| Octal | 263 | 202 | 152 | 0 | 33 | 51 | 36 | 24 | 40 | 70 |
| Binary | 10110011 | 10000010 | 1101010 | 0 | 11011 | 101001 | 11110 | 10100 | 100000 | 111000 |
Color Harmonies of #B3826A
Complementary color
Monochromatic Colors of #B3826A
Black with #B3826A
Text Example
Text Example
White with #B3826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3826A; }
p { color: rgb(179,130,106); }
H1.HeaderClassName
{
color: #B3826A;
}
.AnyTagClassName
{
color: #B3826A;
}
</style>
background-color css
<style>
a { background-color: #B3826A; }
a { background-color: rgb(179,130,106); }
div.DivClassName
{
background-color: #B3826A;
}
.BgClassName
{
background-color: #B3826A;
}
</style>
border-color css
<style>
span { border-color: #B3826A; }
span { border-color: rgb(179,130,106); }
td.TdClassName
{
border-color: #B3826A;
}
.TagClassName
{
border-color: #B3826A;
}
</style>