Shades of Medium Wood #B07B55
Tints of Medium Wood #B07B55
RGB
CMYK
RGB Variations
Color information
#B07B55 (or 0xB07B55) is known color: Medium Wood. HEX triplet: B0, 7B and 55. RGB value is (176,123,85). Sum of RGB (Red+Green+Blue) = 176+123+85=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07B55 is #4F84AA. Grayscale: #868686. Windows color (decimal): -5211307 or 5602224. OLE color: 5602224.
HSL color Cylindrical-coordinate representation of color #B07B55: hue angle of 25.05º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B07B55 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 85 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.31 |
| HSL | 25.05º | 0.37% | 0.51% | - |
| HSV(B) | 25.05º | 0.52% | 0.69% | - |
| XYZ | 26.63 | 24.05 | 11.83 | - |
| YUV | 134.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 85 | 0 | 0.30 | 0.52 | 0.31 | 25.05 | 0.37 | 0.51 |
| Hex | B0 | 7B | 55 | 0 | 1E | 34 | 1F | 19 | 25 | 33 |
| Octal | 260 | 173 | 125 | 0 | 36 | 64 | 37 | 31 | 45 | 63 |
| Binary | 10110000 | 1111011 | 1010101 | 0 | 11110 | 110100 | 11111 | 11001 | 100101 | 110011 |
Color Harmonies of #B07B55
Complementary color
Monochromatic Colors of #B07B55
Black with #B07B55
Text Example
Text Example
White with #B07B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07B55; }
p { color: rgb(176,123,85); }
H1.HeaderClassName
{
color: #B07B55;
}
.AnyTagClassName
{
color: #B07B55;
}
</style>
background-color css
<style>
a { background-color: #B07B55; }
a { background-color: rgb(176,123,85); }
div.DivClassName
{
background-color: #B07B55;
}
.BgClassName
{
background-color: #B07B55;
}
</style>
border-color css
<style>
span { border-color: #B07B55; }
span { border-color: rgb(176,123,85); }
td.TdClassName
{
border-color: #B07B55;
}
.TagClassName
{
border-color: #B07B55;
}
</style>