Shades of Mandalay #B3792A
Tints of Mandalay #B3792A
RGB
CMYK
RGB Variations
Color information
#B3792A (or 0xB3792A) is known color: Mandalay. HEX triplet: B3, 79 and 2A. RGB value is (179,121,42). Sum of RGB (Red+Green+Blue) = 179+121+42=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3792A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3792A is #4C86D5. Grayscale: #818181. Windows color (decimal): -5015254 or 2783667. OLE color: 2783667.
HSL color Cylindrical-coordinate representation of color #B3792A: hue angle of 34.6º 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 #B3792A is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 42 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.30 |
| HSL | 34.6º | 0.62% | 0.43% | - |
| HSV(B) | 34.6º | 0.77% | 0.7% | - |
| XYZ | 25.85 | 23.43 | 5.35 | - |
| YUV | 129.34 | 78.72 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 42 | 0 | 0.32 | 0.77 | 0.30 | 34.6 | 0.62 | 0.43 |
| Hex | B3 | 79 | 2A | 0 | 20 | 4D | 1E | 23 | 3E | 2B |
| Octal | 263 | 171 | 52 | 0 | 40 | 115 | 36 | 43 | 76 | 53 |
| Binary | 10110011 | 1111001 | 101010 | 0 | 100000 | 1001101 | 11110 | 100011 | 111110 | 101011 |
Color Harmonies of #B3792A
Complementary color
Monochromatic Colors of #B3792A
Black with #B3792A
Text Example
Text Example
White with #B3792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3792A; }
p { color: rgb(179,121,42); }
H1.HeaderClassName
{
color: #B3792A;
}
.AnyTagClassName
{
color: #B3792A;
}
</style>
background-color css
<style>
a { background-color: #B3792A; }
a { background-color: rgb(179,121,42); }
div.DivClassName
{
background-color: #B3792A;
}
.BgClassName
{
background-color: #B3792A;
}
</style>
border-color css
<style>
span { border-color: #B3792A; }
span { border-color: rgb(179,121,42); }
td.TdClassName
{
border-color: #B3792A;
}
.TagClassName
{
border-color: #B3792A;
}
</style>