Shades of Medium Wood #B07D6B
Tints of Medium Wood #B07D6B
RGB
CMYK
RGB Variations
Color information
#B07D6B (or 0xB07D6B) is known color: Medium Wood. HEX triplet: B0, 7D and 6B. RGB value is (176,125,107). Sum of RGB (Red+Green+Blue) = 176+125+107=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D6B is #4F8294. Grayscale: #8A8A8A. Windows color (decimal): -5210773 or 7044528. OLE color: 7044528.
HSL color Cylindrical-coordinate representation of color #B07D6B: hue angle of 15.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B07D6B is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 107 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.31 |
| HSL | 15.65º | 0.3% | 0.55% | - |
| HSV(B) | 15.65º | 0.39% | 0.69% | - |
| XYZ | 27.89 | 24.96 | 17.26 | - |
| YUV | 138.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 107 | 0 | 0.29 | 0.39 | 0.31 | 15.65 | 0.3 | 0.55 |
| Hex | B0 | 7D | 6B | 0 | 1D | 27 | 1F | 10 | 1E | 37 |
| Octal | 260 | 175 | 153 | 0 | 35 | 47 | 37 | 20 | 36 | 67 |
| Binary | 10110000 | 1111101 | 1101011 | 0 | 11101 | 100111 | 11111 | 10000 | 11110 | 110111 |
Color Harmonies of #B07D6B
Complementary color
Monochromatic Colors of #B07D6B
Black with #B07D6B
Text Example
Text Example
White with #B07D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07D6B; }
p { color: rgb(176,125,107); }
H1.HeaderClassName
{
color: #B07D6B;
}
.AnyTagClassName
{
color: #B07D6B;
}
</style>
background-color css
<style>
a { background-color: #B07D6B; }
a { background-color: rgb(176,125,107); }
div.DivClassName
{
background-color: #B07D6B;
}
.BgClassName
{
background-color: #B07D6B;
}
</style>
border-color css
<style>
span { border-color: #B07D6B; }
span { border-color: rgb(176,125,107); }
td.TdClassName
{
border-color: #B07D6B;
}
.TagClassName
{
border-color: #B07D6B;
}
</style>