Shades of Mandalay #B07628
Tints of Mandalay #B07628
RGB
CMYK
RGB Variations
Color information
#B07628 (or 0xB07628) is known color: Mandalay. HEX triplet: B0, 76 and 28. RGB value is (176,118,40). Sum of RGB (Red+Green+Blue) = 176+118+40=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B07628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07628 is #4F89D7. Grayscale: #7E7E7E. Windows color (decimal): -5212632 or 2651824. OLE color: 2651824.
HSL color Cylindrical-coordinate representation of color #B07628: hue angle of 34.41º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B07628 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 40 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.31 |
| HSL | 34.41º | 0.63% | 0.42% | - |
| HSV(B) | 34.41º | 0.77% | 0.69% | - |
| XYZ | 24.77 | 22.34 | 5.01 | - |
| YUV | 126.45 | 79.22 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 40 | 0 | 0.33 | 0.77 | 0.31 | 34.41 | 0.63 | 0.42 |
| Hex | B0 | 76 | 28 | 0 | 21 | 4D | 1F | 22 | 3F | 2A |
| Octal | 260 | 166 | 50 | 0 | 41 | 115 | 37 | 42 | 77 | 52 |
| Binary | 10110000 | 1110110 | 101000 | 0 | 100001 | 1001101 | 11111 | 100010 | 111111 | 101010 |
Color Harmonies of #B07628
Complementary color
Monochromatic Colors of #B07628
Black with #B07628
Text Example
Text Example
White with #B07628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07628; }
p { color: rgb(176,118,40); }
H1.HeaderClassName
{
color: #B07628;
}
.AnyTagClassName
{
color: #B07628;
}
</style>
background-color css
<style>
a { background-color: #B07628; }
a { background-color: rgb(176,118,40); }
div.DivClassName
{
background-color: #B07628;
}
.BgClassName
{
background-color: #B07628;
}
</style>
border-color css
<style>
span { border-color: #B07628; }
span { border-color: rgb(176,118,40); }
td.TdClassName
{
border-color: #B07628;
}
.TagClassName
{
border-color: #B07628;
}
</style>