Shades of Mandalay #B07B39
Tints of Mandalay #B07B39
RGB
CMYK
RGB Variations
Color information
#B07B39 (or 0xB07B39) is known color: Mandalay. HEX triplet: B0, 7B and 39. RGB value is (176,123,57). Sum of RGB (Red+Green+Blue) = 176+123+57=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07B39 is #4F84C6. Grayscale: #838383. Windows color (decimal): -5211335 or 3767216. OLE color: 3767216.
HSL color Cylindrical-coordinate representation of color #B07B39: hue angle of 33.28º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B07B39 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 57 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.31 |
| HSL | 33.28º | 0.51% | 0.46% | - |
| HSV(B) | 33.28º | 0.68% | 0.69% | - |
| XYZ | 25.73 | 23.69 | 7.09 | - |
| YUV | 131.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 57 | 0 | 0.30 | 0.68 | 0.31 | 33.28 | 0.51 | 0.46 |
| Hex | B0 | 7B | 39 | 0 | 1E | 44 | 1F | 21 | 33 | 2E |
| Octal | 260 | 173 | 71 | 0 | 36 | 104 | 37 | 41 | 63 | 56 |
| Binary | 10110000 | 1111011 | 111001 | 0 | 11110 | 1000100 | 11111 | 100001 | 110011 | 101110 |
Color Harmonies of #B07B39
Complementary color
Monochromatic Colors of #B07B39
Black with #B07B39
Text Example
Text Example
White with #B07B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07B39; }
p { color: rgb(176,123,57); }
H1.HeaderClassName
{
color: #B07B39;
}
.AnyTagClassName
{
color: #B07B39;
}
</style>
background-color css
<style>
a { background-color: #B07B39; }
a { background-color: rgb(176,123,57); }
div.DivClassName
{
background-color: #B07B39;
}
.BgClassName
{
background-color: #B07B39;
}
</style>
border-color css
<style>
span { border-color: #B07B39; }
span { border-color: rgb(176,123,57); }
td.TdClassName
{
border-color: #B07B39;
}
.TagClassName
{
border-color: #B07B39;
}
</style>