Shades of Mandalay #B3822D
Tints of Mandalay #B3822D
RGB
CMYK
RGB Variations
Color information
#B3822D (or 0xB3822D) is known color: Mandalay. HEX triplet: B3, 82 and 2D. RGB value is (179,130,45). Sum of RGB (Red+Green+Blue) = 179+130+45=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3822D is #4C7DD2. Grayscale: #878787. Windows color (decimal): -5012947 or 2982579. OLE color: 2982579.
HSL color Cylindrical-coordinate representation of color #B3822D: hue angle of 38.06º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3822D is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 45 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.30 |
| HSL | 38.06º | 0.6% | 0.44% | - |
| HSV(B) | 38.06º | 0.75% | 0.7% | - |
| XYZ | 27.05 | 25.74 | 6.03 | - |
| YUV | 134.96 | 77.23 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 45 | 0 | 0.27 | 0.75 | 0.30 | 38.06 | 0.6 | 0.44 |
| Hex | B3 | 82 | 2D | 0 | 1B | 4B | 1E | 26 | 3C | 2C |
| Octal | 263 | 202 | 55 | 0 | 33 | 113 | 36 | 46 | 74 | 54 |
| Binary | 10110011 | 10000010 | 101101 | 0 | 11011 | 1001011 | 11110 | 100110 | 111100 | 101100 |
Color Harmonies of #B3822D
Complementary color
Monochromatic Colors of #B3822D
Black with #B3822D
Text Example
Text Example
White with #B3822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3822D; }
p { color: rgb(179,130,45); }
H1.HeaderClassName
{
color: #B3822D;
}
.AnyTagClassName
{
color: #B3822D;
}
</style>
background-color css
<style>
a { background-color: #B3822D; }
a { background-color: rgb(179,130,45); }
div.DivClassName
{
background-color: #B3822D;
}
.BgClassName
{
background-color: #B3822D;
}
</style>
border-color css
<style>
span { border-color: #B3822D; }
span { border-color: rgb(179,130,45); }
td.TdClassName
{
border-color: #B3822D;
}
.TagClassName
{
border-color: #B3822D;
}
</style>