Shades of Rosy Brown #BA8F8C
Tints of Rosy Brown #BA8F8C
RGB
CMYK
RGB Variations
Color information
#BA8F8C (or 0xBA8F8C) is known color: Rosy Brown. HEX triplet: BA, 8F and 8C. RGB value is (186,143,140). Sum of RGB (Red+Green+Blue) = 186+143+140=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8F8C is #457073. Grayscale: #9B9B9B. Windows color (decimal): -4550772 or 9211834. OLE color: 9211834.
HSL color Cylindrical-coordinate representation of color #BA8F8C: hue angle of 3.91º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8F8C is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 140 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.27 |
| HSL | 3.91º | 0.25% | 0.64% | - |
| HSV(B) | 3.91º | 0.25% | 0.73% | - |
| XYZ | 34.81 | 31.98 | 29.15 | - |
| YUV | 155.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 140 | 0 | 0.23 | 0.25 | 0.27 | 3.91 | 0.25 | 0.64 |
| Hex | BA | 8F | 8C | 0 | 17 | 19 | 1B | 4 | 19 | 40 |
| Octal | 272 | 217 | 214 | 0 | 27 | 31 | 33 | 4 | 31 | 100 |
| Binary | 10111010 | 10001111 | 10001100 | 0 | 10111 | 11001 | 11011 | 100 | 11001 | 1000000 |
Color Harmonies of #BA8F8C
Complementary color
Monochromatic Colors of #BA8F8C
Black with #BA8F8C
Text Example
Text Example
White with #BA8F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F8C; }
p { color: rgb(186,143,140); }
H1.HeaderClassName
{
color: #BA8F8C;
}
.AnyTagClassName
{
color: #BA8F8C;
}
</style>
background-color css
<style>
a { background-color: #BA8F8C; }
a { background-color: rgb(186,143,140); }
div.DivClassName
{
background-color: #BA8F8C;
}
.BgClassName
{
background-color: #BA8F8C;
}
</style>
border-color css
<style>
span { border-color: #BA8F8C; }
span { border-color: rgb(186,143,140); }
td.TdClassName
{
border-color: #BA8F8C;
}
.TagClassName
{
border-color: #BA8F8C;
}
</style>