Shades of Rosy Brown #BA8B8A
Tints of Rosy Brown #BA8B8A
RGB
CMYK
RGB Variations
Color information
#BA8B8A (or 0xBA8B8A) is known color: Rosy Brown. HEX triplet: BA, 8B and 8A. RGB value is (186,139,138). Sum of RGB (Red+Green+Blue) = 186+139+138=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8B8A is #457475. Grayscale: #989898. Windows color (decimal): -4551798 or 9079738. OLE color: 9079738.
HSL color Cylindrical-coordinate representation of color #BA8B8A: hue angle of 1.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8B8A is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 138 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.27 |
| HSL | 1.25º | 0.26% | 0.64% | - |
| HSV(B) | 1.25º | 0.26% | 0.73% | - |
| XYZ | 34.07 | 30.74 | 28.18 | - |
| YUV | 152.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 138 | 0 | 0.25 | 0.26 | 0.27 | 1.25 | 0.26 | 0.64 |
| Hex | BA | 8B | 8A | 0 | 19 | 1A | 1B | 1 | 1A | 40 |
| Octal | 272 | 213 | 212 | 0 | 31 | 32 | 33 | 1 | 32 | 100 |
| Binary | 10111010 | 10001011 | 10001010 | 0 | 11001 | 11010 | 11011 | 1 | 11010 | 1000000 |
Color Harmonies of #BA8B8A
Complementary color
Monochromatic Colors of #BA8B8A
Black with #BA8B8A
Text Example
Text Example
White with #BA8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B8A; }
p { color: rgb(186,139,138); }
H1.HeaderClassName
{
color: #BA8B8A;
}
.AnyTagClassName
{
color: #BA8B8A;
}
</style>
background-color css
<style>
a { background-color: #BA8B8A; }
a { background-color: rgb(186,139,138); }
div.DivClassName
{
background-color: #BA8B8A;
}
.BgClassName
{
background-color: #BA8B8A;
}
</style>
border-color css
<style>
span { border-color: #BA8B8A; }
span { border-color: rgb(186,139,138); }
td.TdClassName
{
border-color: #BA8B8A;
}
.TagClassName
{
border-color: #BA8B8A;
}
</style>