Shades of Medium Wood #B58769
Tints of Medium Wood #B58769
RGB
CMYK
RGB Variations
Color information
#B58769 (or 0xB58769) is known color: Medium Wood. HEX triplet: B5, 87 and 69. RGB value is (181,135,105). Sum of RGB (Red+Green+Blue) = 181+135+105=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B58769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58769 is #4A7896. Grayscale: #919191. Windows color (decimal): -4880535 or 6916021. OLE color: 6916021.
HSL color Cylindrical-coordinate representation of color #B58769: hue angle of 23.68º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B58769 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 135 | 105 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.29 |
| HSL | 23.68º | 0.34% | 0.56% | - |
| HSV(B) | 23.68º | 0.42% | 0.71% | - |
| XYZ | 30.27 | 28.17 | 17.21 | - |
| YUV | 145.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 105 | 0 | 0.25 | 0.42 | 0.29 | 23.68 | 0.34 | 0.56 |
| Hex | B5 | 87 | 69 | 0 | 19 | 2A | 1D | 18 | 22 | 38 |
| Octal | 265 | 207 | 151 | 0 | 31 | 52 | 35 | 30 | 42 | 70 |
| Binary | 10110101 | 10000111 | 1101001 | 0 | 11001 | 101010 | 11101 | 11000 | 100010 | 111000 |
Color Harmonies of #B58769
Complementary color
Monochromatic Colors of #B58769
Black with #B58769
Text Example
Text Example
White with #B58769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58769; }
p { color: rgb(181,135,105); }
H1.HeaderClassName
{
color: #B58769;
}
.AnyTagClassName
{
color: #B58769;
}
</style>
background-color css
<style>
a { background-color: #B58769; }
a { background-color: rgb(181,135,105); }
div.DivClassName
{
background-color: #B58769;
}
.BgClassName
{
background-color: #B58769;
}
</style>
border-color css
<style>
span { border-color: #B58769; }
span { border-color: rgb(181,135,105); }
td.TdClassName
{
border-color: #B58769;
}
.TagClassName
{
border-color: #B58769;
}
</style>