Shades of Mandalay #B27B2C
Tints of Mandalay #B27B2C
RGB
CMYK
RGB Variations
Color information
#B27B2C (or 0xB27B2C) is known color: Mandalay. HEX triplet: B2, 7B and 2C. RGB value is (178,123,44). Sum of RGB (Red+Green+Blue) = 178+123+44=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27B2C is #4D84D3. Grayscale: #828282. Windows color (decimal): -5080276 or 2915250. OLE color: 2915250.
HSL color Cylindrical-coordinate representation of color #B27B2C: hue angle of 35.37º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B27B2C is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 44 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.30 |
| HSL | 35.37º | 0.6% | 0.44% | - |
| HSV(B) | 35.37º | 0.75% | 0.7% | - |
| XYZ | 25.9 | 23.81 | 5.61 | - |
| YUV | 130.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 44 | 0 | 0.31 | 0.75 | 0.30 | 35.37 | 0.6 | 0.44 |
| Hex | B2 | 7B | 2C | 0 | 1F | 4B | 1E | 23 | 3C | 2C |
| Octal | 262 | 173 | 54 | 0 | 37 | 113 | 36 | 43 | 74 | 54 |
| Binary | 10110010 | 1111011 | 101100 | 0 | 11111 | 1001011 | 11110 | 100011 | 111100 | 101100 |
Color Harmonies of #B27B2C
Complementary color
Monochromatic Colors of #B27B2C
Black with #B27B2C
Text Example
Text Example
White with #B27B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27B2C; }
p { color: rgb(178,123,44); }
H1.HeaderClassName
{
color: #B27B2C;
}
.AnyTagClassName
{
color: #B27B2C;
}
</style>
background-color css
<style>
a { background-color: #B27B2C; }
a { background-color: rgb(178,123,44); }
div.DivClassName
{
background-color: #B27B2C;
}
.BgClassName
{
background-color: #B27B2C;
}
</style>
border-color css
<style>
span { border-color: #B27B2C; }
span { border-color: rgb(178,123,44); }
td.TdClassName
{
border-color: #B27B2C;
}
.TagClassName
{
border-color: #B27B2C;
}
</style>