Shades of Medium Wood #B6815C
Tints of Medium Wood #B6815C
RGB
CMYK
RGB Variations
Color information
#B6815C (or 0xB6815C) is known color: Medium Wood. HEX triplet: B6, 81 and 5C. RGB value is (182,129,92). Sum of RGB (Red+Green+Blue) = 182+129+92=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6815C is #497EA3. Grayscale: #8C8C8C. Windows color (decimal): -4816548 or 6062518. OLE color: 6062518.
HSL color Cylindrical-coordinate representation of color #B6815C: hue angle of 24.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6815C is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 92 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.29 |
| HSL | 24.67º | 0.38% | 0.54% | - |
| HSV(B) | 24.67º | 0.49% | 0.71% | - |
| XYZ | 29.07 | 26.42 | 13.69 | - |
| YUV | 140.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 92 | 0 | 0.29 | 0.49 | 0.29 | 24.67 | 0.38 | 0.54 |
| Hex | B6 | 81 | 5C | 0 | 1D | 31 | 1D | 19 | 26 | 36 |
| Octal | 266 | 201 | 134 | 0 | 35 | 61 | 35 | 31 | 46 | 66 |
| Binary | 10110110 | 10000001 | 1011100 | 0 | 11101 | 110001 | 11101 | 11001 | 100110 | 110110 |
Color Harmonies of #B6815C
Complementary color
Monochromatic Colors of #B6815C
Black with #B6815C
Text Example
Text Example
White with #B6815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6815C; }
p { color: rgb(182,129,92); }
H1.HeaderClassName
{
color: #B6815C;
}
.AnyTagClassName
{
color: #B6815C;
}
</style>
background-color css
<style>
a { background-color: #B6815C; }
a { background-color: rgb(182,129,92); }
div.DivClassName
{
background-color: #B6815C;
}
.BgClassName
{
background-color: #B6815C;
}
</style>
border-color css
<style>
span { border-color: #B6815C; }
span { border-color: rgb(182,129,92); }
td.TdClassName
{
border-color: #B6815C;
}
.TagClassName
{
border-color: #B6815C;
}
</style>