Shades of Rosy Brown #BA938F
Tints of Rosy Brown #BA938F
RGB
CMYK
RGB Variations
Color information
#BA938F (or 0xBA938F) is known color: Rosy Brown. HEX triplet: BA, 93 and 8F. RGB value is (186,147,143). Sum of RGB (Red+Green+Blue) = 186+147+143=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA938F is #456C70. Grayscale: #9E9E9E. Windows color (decimal): -4549745 or 9409466. OLE color: 9409466.
HSL color Cylindrical-coordinate representation of color #BA938F: hue angle of 5.58º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA938F is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 143 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.27 |
| HSL | 5.58º | 0.24% | 0.65% | - |
| HSV(B) | 5.58º | 0.23% | 0.73% | - |
| XYZ | 35.64 | 33.29 | 30.53 | - |
| YUV | 158.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 143 | 0 | 0.21 | 0.23 | 0.27 | 5.58 | 0.24 | 0.65 |
| Hex | BA | 93 | 8F | 0 | 15 | 17 | 1B | 6 | 18 | 41 |
| Octal | 272 | 223 | 217 | 0 | 25 | 27 | 33 | 6 | 30 | 101 |
| Binary | 10111010 | 10010011 | 10001111 | 0 | 10101 | 10111 | 11011 | 110 | 11000 | 1000001 |
Color Harmonies of #BA938F
Complementary color
Monochromatic Colors of #BA938F
Black with #BA938F
Text Example
Text Example
White with #BA938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA938F; }
p { color: rgb(186,147,143); }
H1.HeaderClassName
{
color: #BA938F;
}
.AnyTagClassName
{
color: #BA938F;
}
</style>
background-color css
<style>
a { background-color: #BA938F; }
a { background-color: rgb(186,147,143); }
div.DivClassName
{
background-color: #BA938F;
}
.BgClassName
{
background-color: #BA938F;
}
</style>
border-color css
<style>
span { border-color: #BA938F; }
span { border-color: rgb(186,147,143); }
td.TdClassName
{
border-color: #BA938F;
}
.TagClassName
{
border-color: #BA938F;
}
</style>