Shades of Mandalay #B3822A
Tints of Mandalay #B3822A
RGB
CMYK
RGB Variations
Color information
#B3822A (or 0xB3822A) is known color: Mandalay. HEX triplet: B3, 82 and 2A. RGB value is (179,130,42). Sum of RGB (Red+Green+Blue) = 179+130+42=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3822A is #4C7DD5. Grayscale: #878787. Windows color (decimal): -5012950 or 2785971. OLE color: 2785971.
HSL color Cylindrical-coordinate representation of color #B3822A: hue angle of 38.54º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3822A is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 42 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.30 |
| HSL | 38.54º | 0.62% | 0.43% | - |
| HSV(B) | 38.54º | 0.77% | 0.7% | - |
| XYZ | 26.99 | 25.72 | 5.73 | - |
| YUV | 134.62 | 75.73 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 42 | 0 | 0.27 | 0.77 | 0.30 | 38.54 | 0.62 | 0.43 |
| Hex | B3 | 82 | 2A | 0 | 1B | 4D | 1E | 27 | 3E | 2B |
| Octal | 263 | 202 | 52 | 0 | 33 | 115 | 36 | 47 | 76 | 53 |
| Binary | 10110011 | 10000010 | 101010 | 0 | 11011 | 1001101 | 11110 | 100111 | 111110 | 101011 |
Color Harmonies of #B3822A
Complementary color
Monochromatic Colors of #B3822A
Black with #B3822A
Text Example
Text Example
White with #B3822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3822A; }
p { color: rgb(179,130,42); }
H1.HeaderClassName
{
color: #B3822A;
}
.AnyTagClassName
{
color: #B3822A;
}
</style>
background-color css
<style>
a { background-color: #B3822A; }
a { background-color: rgb(179,130,42); }
div.DivClassName
{
background-color: #B3822A;
}
.BgClassName
{
background-color: #B3822A;
}
</style>
border-color css
<style>
span { border-color: #B3822A; }
span { border-color: rgb(179,130,42); }
td.TdClassName
{
border-color: #B3822A;
}
.TagClassName
{
border-color: #B3822A;
}
</style>