Shades of Mandalay #B27B2A
Tints of Mandalay #B27B2A
RGB
CMYK
RGB Variations
Color information
#B27B2A (or 0xB27B2A) is known color: Mandalay. HEX triplet: B2, 7B and 2A. RGB value is (178,123,42). Sum of RGB (Red+Green+Blue) = 178+123+42=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27B2A is #4D84D5. Grayscale: #828282. Windows color (decimal): -5080278 or 2784178. OLE color: 2784178.
HSL color Cylindrical-coordinate representation of color #B27B2A: hue angle of 35.74º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B27B2A is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 42 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.30 |
| HSL | 35.74º | 0.62% | 0.43% | - |
| HSV(B) | 35.74º | 0.76% | 0.7% | - |
| XYZ | 25.86 | 23.8 | 5.42 | - |
| YUV | 130.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 42 | 0 | 0.31 | 0.76 | 0.30 | 35.74 | 0.62 | 0.43 |
| Hex | B2 | 7B | 2A | 0 | 1F | 4C | 1E | 24 | 3E | 2B |
| Octal | 262 | 173 | 52 | 0 | 37 | 114 | 36 | 44 | 76 | 53 |
| Binary | 10110010 | 1111011 | 101010 | 0 | 11111 | 1001100 | 11110 | 100100 | 111110 | 101011 |
Color Harmonies of #B27B2A
Complementary color
Monochromatic Colors of #B27B2A
Black with #B27B2A
Text Example
Text Example
White with #B27B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27B2A; }
p { color: rgb(178,123,42); }
H1.HeaderClassName
{
color: #B27B2A;
}
.AnyTagClassName
{
color: #B27B2A;
}
</style>
background-color css
<style>
a { background-color: #B27B2A; }
a { background-color: rgb(178,123,42); }
div.DivClassName
{
background-color: #B27B2A;
}
.BgClassName
{
background-color: #B27B2A;
}
</style>
border-color css
<style>
span { border-color: #B27B2A; }
span { border-color: rgb(178,123,42); }
td.TdClassName
{
border-color: #B27B2A;
}
.TagClassName
{
border-color: #B27B2A;
}
</style>