Shades of Old Rose #BA385C
Tints of Old Rose #BA385C
RGB
CMYK
RGB Variations
Color information
#BA385C (or 0xBA385C) is known color: Old Rose. HEX triplet: BA, 38 and 5C. RGB value is (186,56,92). Sum of RGB (Red+Green+Blue) = 186+56+92=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA385C is #45C7A3. Grayscale: #626262. Windows color (decimal): -4573092 or 6043834. OLE color: 6043834.
HSL color Cylindrical-coordinate representation of color #BA385C: hue angle of 343.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA385C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 92 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.27 |
| HSL | 343.38º | 0.54% | 0.47% | - |
| HSV(B) | 343.38º | 0.7% | 0.73% | - |
| XYZ | 23.6 | 14.04 | 11.59 | - |
| YUV | 98.97 | 124.07 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 92 | 0 | 0.70 | 0.51 | 0.27 | 343.38 | 0.54 | 0.47 |
| Hex | BA | 38 | 5C | 0 | 46 | 33 | 1B | 157 | 36 | 2F |
| Octal | 272 | 70 | 134 | 0 | 106 | 63 | 33 | 527 | 66 | 57 |
| Binary | 10111010 | 111000 | 1011100 | 0 | 1000110 | 110011 | 11011 | 101010111 | 110110 | 101111 |
Color Harmonies of #BA385C
Complementary color
Monochromatic Colors of #BA385C
Black with #BA385C
Text Example
Text Example
White with #BA385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA385C; }
p { color: rgb(186,56,92); }
H1.HeaderClassName
{
color: #BA385C;
}
.AnyTagClassName
{
color: #BA385C;
}
</style>
background-color css
<style>
a { background-color: #BA385C; }
a { background-color: rgb(186,56,92); }
div.DivClassName
{
background-color: #BA385C;
}
.BgClassName
{
background-color: #BA385C;
}
</style>
border-color css
<style>
span { border-color: #BA385C; }
span { border-color: rgb(186,56,92); }
td.TdClassName
{
border-color: #BA385C;
}
.TagClassName
{
border-color: #BA385C;
}
</style>