Shades of Mandalay #B68133
Tints of Mandalay #B68133
RGB
CMYK
RGB Variations
Color information
#B68133 (or 0xB68133) is known color: Mandalay. HEX triplet: B6, 81 and 33. RGB value is (182,129,51). Sum of RGB (Red+Green+Blue) = 182+129+51=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B68133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68133 is #497ECC. Grayscale: #888888. Windows color (decimal): -4816589 or 3375542. OLE color: 3375542.
HSL color Cylindrical-coordinate representation of color #B68133: hue angle of 35.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B68133 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 51 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.29 |
| HSL | 35.73º | 0.56% | 0.46% | - |
| HSV(B) | 35.73º | 0.72% | 0.71% | - |
| XYZ | 27.74 | 25.88 | 6.67 | - |
| YUV | 135.96 | 80.06 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 51 | 0 | 0.29 | 0.72 | 0.29 | 35.73 | 0.56 | 0.46 |
| Hex | B6 | 81 | 33 | 0 | 1D | 48 | 1D | 24 | 38 | 2E |
| Octal | 266 | 201 | 63 | 0 | 35 | 110 | 35 | 44 | 70 | 56 |
| Binary | 10110110 | 10000001 | 110011 | 0 | 11101 | 1001000 | 11101 | 100100 | 111000 | 101110 |
Color Harmonies of #B68133
Complementary color
Monochromatic Colors of #B68133
Black with #B68133
Text Example
Text Example
White with #B68133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68133; }
p { color: rgb(182,129,51); }
H1.HeaderClassName
{
color: #B68133;
}
.AnyTagClassName
{
color: #B68133;
}
</style>
background-color css
<style>
a { background-color: #B68133; }
a { background-color: rgb(182,129,51); }
div.DivClassName
{
background-color: #B68133;
}
.BgClassName
{
background-color: #B68133;
}
</style>
border-color css
<style>
span { border-color: #B68133; }
span { border-color: rgb(182,129,51); }
td.TdClassName
{
border-color: #B68133;
}
.TagClassName
{
border-color: #B68133;
}
</style>