Shades of Mandalay #BB822D
Tints of Mandalay #BB822D
RGB
CMYK
RGB Variations
Color information
#BB822D (or 0xBB822D) is known color: Mandalay. HEX triplet: BB, 82 and 2D. RGB value is (187,130,45). Sum of RGB (Red+Green+Blue) = 187+130+45=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB822D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB822D is #447DD2. Grayscale: #898989. Windows color (decimal): -4488659 or 2982587. OLE color: 2982587.
HSL color Cylindrical-coordinate representation of color #BB822D: hue angle of 35.92º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB822D is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 45 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.27 |
| HSL | 35.92º | 0.61% | 0.45% | - |
| HSV(B) | 35.92º | 0.76% | 0.73% | - |
| XYZ | 28.95 | 26.72 | 6.11 | - |
| YUV | 137.35 | 75.88 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 45 | 0 | 0.30 | 0.76 | 0.27 | 35.92 | 0.61 | 0.45 |
| Hex | BB | 82 | 2D | 0 | 1E | 4C | 1B | 24 | 3D | 2D |
| Octal | 273 | 202 | 55 | 0 | 36 | 114 | 33 | 44 | 75 | 55 |
| Binary | 10111011 | 10000010 | 101101 | 0 | 11110 | 1001100 | 11011 | 100100 | 111101 | 101101 |
Color Harmonies of #BB822D
Complementary color
Monochromatic Colors of #BB822D
Black with #BB822D
Text Example
Text Example
White with #BB822D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB822D; }
p { color: rgb(187,130,45); }
H1.HeaderClassName
{
color: #BB822D;
}
.AnyTagClassName
{
color: #BB822D;
}
</style>
background-color css
<style>
a { background-color: #BB822D; }
a { background-color: rgb(187,130,45); }
div.DivClassName
{
background-color: #BB822D;
}
.BgClassName
{
background-color: #BB822D;
}
</style>
border-color css
<style>
span { border-color: #BB822D; }
span { border-color: rgb(187,130,45); }
td.TdClassName
{
border-color: #BB822D;
}
.TagClassName
{
border-color: #BB822D;
}
</style>