Shades of Medium Wood #B08367
Tints of Medium Wood #B08367
RGB
CMYK
RGB Variations
Color information
#B08367 (or 0xB08367) is known color: Medium Wood. HEX triplet: B0, 83 and 67. RGB value is (176,131,103). Sum of RGB (Red+Green+Blue) = 176+131+103=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B08367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08367 is #4F7C98. Grayscale: #8D8D8D. Windows color (decimal): -5209241 or 6783920. OLE color: 6783920.
HSL color Cylindrical-coordinate representation of color #B08367: hue angle of 23.01º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B08367 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 103 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.31 |
| HSL | 23.01º | 0.32% | 0.55% | - |
| HSV(B) | 23.01º | 0.41% | 0.69% | - |
| XYZ | 28.47 | 26.44 | 16.44 | - |
| YUV | 141.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 103 | 0 | 0.26 | 0.41 | 0.31 | 23.01 | 0.32 | 0.55 |
| Hex | B0 | 83 | 67 | 0 | 1A | 29 | 1F | 17 | 20 | 37 |
| Octal | 260 | 203 | 147 | 0 | 32 | 51 | 37 | 27 | 40 | 67 |
| Binary | 10110000 | 10000011 | 1100111 | 0 | 11010 | 101001 | 11111 | 10111 | 100000 | 110111 |
Color Harmonies of #B08367
Complementary color
Monochromatic Colors of #B08367
Black with #B08367
Text Example
Text Example
White with #B08367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08367; }
p { color: rgb(176,131,103); }
H1.HeaderClassName
{
color: #B08367;
}
.AnyTagClassName
{
color: #B08367;
}
</style>
background-color css
<style>
a { background-color: #B08367; }
a { background-color: rgb(176,131,103); }
div.DivClassName
{
background-color: #B08367;
}
.BgClassName
{
background-color: #B08367;
}
</style>
border-color css
<style>
span { border-color: #B08367; }
span { border-color: rgb(176,131,103); }
td.TdClassName
{
border-color: #B08367;
}
.TagClassName
{
border-color: #B08367;
}
</style>