Shades of Medium Wood #B3825C
Tints of Medium Wood #B3825C
RGB
CMYK
RGB Variations
Color information
#B3825C (or 0xB3825C) is known color: Medium Wood. HEX triplet: B3, 82 and 5C. RGB value is (179,130,92). Sum of RGB (Red+Green+Blue) = 179+130+92=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3825C is #4C7DA3. Grayscale: #8C8C8C. Windows color (decimal): -5012900 or 6062771. OLE color: 6062771.
HSL color Cylindrical-coordinate representation of color #B3825C: hue angle of 26.21º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3825C is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 92 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.30 |
| HSL | 26.21º | 0.36% | 0.53% | - |
| HSV(B) | 26.21º | 0.49% | 0.7% | - |
| XYZ | 28.5 | 26.32 | 13.7 | - |
| YUV | 140.32 | 100.73 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 92 | 0 | 0.27 | 0.49 | 0.30 | 26.21 | 0.36 | 0.53 |
| Hex | B3 | 82 | 5C | 0 | 1B | 31 | 1E | 1A | 24 | 35 |
| Octal | 263 | 202 | 134 | 0 | 33 | 61 | 36 | 32 | 44 | 65 |
| Binary | 10110011 | 10000010 | 1011100 | 0 | 11011 | 110001 | 11110 | 11010 | 100100 | 110101 |
Color Harmonies of #B3825C
Complementary color
Monochromatic Colors of #B3825C
Black with #B3825C
Text Example
Text Example
White with #B3825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3825C; }
p { color: rgb(179,130,92); }
H1.HeaderClassName
{
color: #B3825C;
}
.AnyTagClassName
{
color: #B3825C;
}
</style>
background-color css
<style>
a { background-color: #B3825C; }
a { background-color: rgb(179,130,92); }
div.DivClassName
{
background-color: #B3825C;
}
.BgClassName
{
background-color: #B3825C;
}
</style>
border-color css
<style>
span { border-color: #B3825C; }
span { border-color: rgb(179,130,92); }
td.TdClassName
{
border-color: #B3825C;
}
.TagClassName
{
border-color: #B3825C;
}
</style>