Shades of Medium Wood #B38367
Tints of Medium Wood #B38367
RGB
CMYK
RGB Variations
Color information
#B38367 (or 0xB38367) is known color: Medium Wood. HEX triplet: B3, 83 and 67. RGB value is (179,131,103). Sum of RGB (Red+Green+Blue) = 179+131+103=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B38367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38367 is #4C7C98. Grayscale: #8E8E8E. Windows color (decimal): -5012633 or 6783923. OLE color: 6783923.
HSL color Cylindrical-coordinate representation of color #B38367: hue angle of 22.11º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B38367 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 131 | 103 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.30 |
| HSL | 22.11º | 0.33% | 0.55% | - |
| HSV(B) | 22.11º | 0.42% | 0.7% | - |
| XYZ | 29.15 | 26.8 | 16.47 | - |
| YUV | 142.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 103 | 0 | 0.27 | 0.42 | 0.30 | 22.11 | 0.33 | 0.55 |
| Hex | B3 | 83 | 67 | 0 | 1B | 2A | 1E | 16 | 21 | 37 |
| Octal | 263 | 203 | 147 | 0 | 33 | 52 | 36 | 26 | 41 | 67 |
| Binary | 10110011 | 10000011 | 1100111 | 0 | 11011 | 101010 | 11110 | 10110 | 100001 | 110111 |
Color Harmonies of #B38367
Complementary color
Monochromatic Colors of #B38367
Black with #B38367
Text Example
Text Example
White with #B38367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38367; }
p { color: rgb(179,131,103); }
H1.HeaderClassName
{
color: #B38367;
}
.AnyTagClassName
{
color: #B38367;
}
</style>
background-color css
<style>
a { background-color: #B38367; }
a { background-color: rgb(179,131,103); }
div.DivClassName
{
background-color: #B38367;
}
.BgClassName
{
background-color: #B38367;
}
</style>
border-color css
<style>
span { border-color: #B38367; }
span { border-color: rgb(179,131,103); }
td.TdClassName
{
border-color: #B38367;
}
.TagClassName
{
border-color: #B38367;
}
</style>