Shades of Mandalay #B27B32
Tints of Mandalay #B27B32
RGB
CMYK
RGB Variations
Color information
#B27B32 (or 0xB27B32) is known color: Mandalay. HEX triplet: B2, 7B and 32. RGB value is (178,123,50). Sum of RGB (Red+Green+Blue) = 178+123+50=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27B32 is #4D84CD. Grayscale: #838383. Windows color (decimal): -5080270 or 3308466. OLE color: 3308466.
HSL color Cylindrical-coordinate representation of color #B27B32: hue angle of 34.22º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B27B32 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 50 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.30 |
| HSL | 34.22º | 0.56% | 0.45% | - |
| HSV(B) | 34.22º | 0.72% | 0.7% | - |
| XYZ | 26.02 | 23.86 | 6.25 | - |
| YUV | 131.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 50 | 0 | 0.31 | 0.72 | 0.30 | 34.22 | 0.56 | 0.45 |
| Hex | B2 | 7B | 32 | 0 | 1F | 48 | 1E | 22 | 38 | 2D |
| Octal | 262 | 173 | 62 | 0 | 37 | 110 | 36 | 42 | 70 | 55 |
| Binary | 10110010 | 1111011 | 110010 | 0 | 11111 | 1001000 | 11110 | 100010 | 111000 | 101101 |
Color Harmonies of #B27B32
Complementary color
Monochromatic Colors of #B27B32
Black with #B27B32
Text Example
Text Example
White with #B27B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27B32; }
p { color: rgb(178,123,50); }
H1.HeaderClassName
{
color: #B27B32;
}
.AnyTagClassName
{
color: #B27B32;
}
</style>
background-color css
<style>
a { background-color: #B27B32; }
a { background-color: rgb(178,123,50); }
div.DivClassName
{
background-color: #B27B32;
}
.BgClassName
{
background-color: #B27B32;
}
</style>
border-color css
<style>
span { border-color: #B27B32; }
span { border-color: rgb(178,123,50); }
td.TdClassName
{
border-color: #B27B32;
}
.TagClassName
{
border-color: #B27B32;
}
</style>