Shades of Rosy Brown #BA908D
Tints of Rosy Brown #BA908D
RGB
CMYK
RGB Variations
Color information
#BA908D (or 0xBA908D) is known color: Rosy Brown. HEX triplet: BA, 90 and 8D. RGB value is (186,144,141). Sum of RGB (Red+Green+Blue) = 186+144+141=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA908D is #456F72. Grayscale: #9C9C9C. Windows color (decimal): -4550515 or 9277626. OLE color: 9277626.
HSL color Cylindrical-coordinate representation of color #BA908D: hue angle of 4º 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 #BA908D is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 141 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.27 |
| HSL | 4º | 0.25% | 0.64% | - |
| HSV(B) | 4º | 0.24% | 0.73% | - |
| XYZ | 35.03 | 32.31 | 29.59 | - |
| YUV | 156.22 | 119.41 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 141 | 0 | 0.23 | 0.24 | 0.27 | 4 | 0.25 | 0.64 |
| Hex | BA | 90 | 8D | 0 | 17 | 18 | 1B | 4 | 19 | 40 |
| Octal | 272 | 220 | 215 | 0 | 27 | 30 | 33 | 4 | 31 | 100 |
| Binary | 10111010 | 10010000 | 10001101 | 0 | 10111 | 11000 | 11011 | 100 | 11001 | 1000000 |
Color Harmonies of #BA908D
Complementary color
Monochromatic Colors of #BA908D
Black with #BA908D
Text Example
Text Example
White with #BA908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA908D; }
p { color: rgb(186,144,141); }
H1.HeaderClassName
{
color: #BA908D;
}
.AnyTagClassName
{
color: #BA908D;
}
</style>
background-color css
<style>
a { background-color: #BA908D; }
a { background-color: rgb(186,144,141); }
div.DivClassName
{
background-color: #BA908D;
}
.BgClassName
{
background-color: #BA908D;
}
</style>
border-color css
<style>
span { border-color: #BA908D; }
span { border-color: rgb(186,144,141); }
td.TdClassName
{
border-color: #BA908D;
}
.TagClassName
{
border-color: #BA908D;
}
</style>