Shades of Rosy Brown #BA8F8D
Tints of Rosy Brown #BA8F8D
RGB
CMYK
RGB Variations
Color information
#BA8F8D (or 0xBA8F8D) is known color: Rosy Brown. HEX triplet: BA, 8F and 8D. RGB value is (186,143,141). Sum of RGB (Red+Green+Blue) = 186+143+141=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8F8D is #457072. Grayscale: #9B9B9B. Windows color (decimal): -4550771 or 9277370. OLE color: 9277370.
HSL color Cylindrical-coordinate representation of color #BA8F8D: hue angle of 2.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA8F8D is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 141 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.27 |
| HSL | 2.67º | 0.25% | 0.64% | - |
| HSV(B) | 2.67º | 0.24% | 0.73% | - |
| XYZ | 34.88 | 32.01 | 29.54 | - |
| YUV | 155.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 141 | 0 | 0.23 | 0.24 | 0.27 | 2.67 | 0.25 | 0.64 |
| Hex | BA | 8F | 8D | 0 | 17 | 18 | 1B | 3 | 19 | 40 |
| Octal | 272 | 217 | 215 | 0 | 27 | 30 | 33 | 3 | 31 | 100 |
| Binary | 10111010 | 10001111 | 10001101 | 0 | 10111 | 11000 | 11011 | 11 | 11001 | 1000000 |
Color Harmonies of #BA8F8D
Complementary color
Monochromatic Colors of #BA8F8D
Black with #BA8F8D
Text Example
Text Example
White with #BA8F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F8D; }
p { color: rgb(186,143,141); }
H1.HeaderClassName
{
color: #BA8F8D;
}
.AnyTagClassName
{
color: #BA8F8D;
}
</style>
background-color css
<style>
a { background-color: #BA8F8D; }
a { background-color: rgb(186,143,141); }
div.DivClassName
{
background-color: #BA8F8D;
}
.BgClassName
{
background-color: #BA8F8D;
}
</style>
border-color css
<style>
span { border-color: #BA8F8D; }
span { border-color: rgb(186,143,141); }
td.TdClassName
{
border-color: #BA8F8D;
}
.TagClassName
{
border-color: #BA8F8D;
}
</style>