Shades of Mandalay #B3772F
Tints of Mandalay #B3772F
RGB
CMYK
RGB Variations
Color information
#B3772F (or 0xB3772F) is known color: Mandalay. HEX triplet: B3, 77 and 2F. RGB value is (179,119,47). Sum of RGB (Red+Green+Blue) = 179+119+47=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B3772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3772F is #4C88D0. Grayscale: #818181. Windows color (decimal): -5015761 or 3110835. OLE color: 3110835.
HSL color Cylindrical-coordinate representation of color #B3772F: hue angle of 32.73º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3772F is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 47 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.30 |
| HSL | 32.73º | 0.58% | 0.44% | - |
| HSV(B) | 32.73º | 0.74% | 0.7% | - |
| XYZ | 25.7 | 22.98 | 5.77 | - |
| YUV | 128.73 | 81.88 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 47 | 0 | 0.34 | 0.74 | 0.30 | 32.73 | 0.58 | 0.44 |
| Hex | B3 | 77 | 2F | 0 | 22 | 4A | 1E | 21 | 3A | 2C |
| Octal | 263 | 167 | 57 | 0 | 42 | 112 | 36 | 41 | 72 | 54 |
| Binary | 10110011 | 1110111 | 101111 | 0 | 100010 | 1001010 | 11110 | 100001 | 111010 | 101100 |
Color Harmonies of #B3772F
Complementary color
Monochromatic Colors of #B3772F
Black with #B3772F
Text Example
Text Example
White with #B3772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3772F; }
p { color: rgb(179,119,47); }
H1.HeaderClassName
{
color: #B3772F;
}
.AnyTagClassName
{
color: #B3772F;
}
</style>
background-color css
<style>
a { background-color: #B3772F; }
a { background-color: rgb(179,119,47); }
div.DivClassName
{
background-color: #B3772F;
}
.BgClassName
{
background-color: #B3772F;
}
</style>
border-color css
<style>
span { border-color: #B3772F; }
span { border-color: rgb(179,119,47); }
td.TdClassName
{
border-color: #B3772F;
}
.TagClassName
{
border-color: #B3772F;
}
</style>