Shades of Medium Wood #B3785F
Tints of Medium Wood #B3785F
RGB
CMYK
RGB Variations
Color information
#B3785F (or 0xB3785F) is known color: Medium Wood. HEX triplet: B3, 78 and 5F. RGB value is (179,120,95). Sum of RGB (Red+Green+Blue) = 179+120+95=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B3785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3785F is #4C87A0. Grayscale: #868686. Windows color (decimal): -5015457 or 6256819. OLE color: 6256819.
HSL color Cylindrical-coordinate representation of color #B3785F: hue angle of 17.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3785F is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 95 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.30 |
| HSL | 17.86º | 0.36% | 0.54% | - |
| HSV(B) | 17.86º | 0.47% | 0.7% | - |
| XYZ | 27.37 | 23.84 | 13.99 | - |
| YUV | 134.79 | 105.55 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 95 | 0 | 0.33 | 0.47 | 0.30 | 17.86 | 0.36 | 0.54 |
| Hex | B3 | 78 | 5F | 0 | 21 | 2F | 1E | 12 | 24 | 36 |
| Octal | 263 | 170 | 137 | 0 | 41 | 57 | 36 | 22 | 44 | 66 |
| Binary | 10110011 | 1111000 | 1011111 | 0 | 100001 | 101111 | 11110 | 10010 | 100100 | 110110 |
Color Harmonies of #B3785F
Complementary color
Monochromatic Colors of #B3785F
Black with #B3785F
Text Example
Text Example
White with #B3785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3785F; }
p { color: rgb(179,120,95); }
H1.HeaderClassName
{
color: #B3785F;
}
.AnyTagClassName
{
color: #B3785F;
}
</style>
background-color css
<style>
a { background-color: #B3785F; }
a { background-color: rgb(179,120,95); }
div.DivClassName
{
background-color: #B3785F;
}
.BgClassName
{
background-color: #B3785F;
}
</style>
border-color css
<style>
span { border-color: #B3785F; }
span { border-color: rgb(179,120,95); }
td.TdClassName
{
border-color: #B3785F;
}
.TagClassName
{
border-color: #B3785F;
}
</style>