#BA3A5B

Color #BA3A5B Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BA3A5B

Tints of Old Rose #BA3A5B

Color information

#BA3A5B (or 0xBA3A5B) is unknown color: approx Old Rose. HEX triplet: BA, 3A and 5B. RGB value is (186,58,91). Sum of RGB (Red+Green+Blue) = 186+58+91=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3A5B is #45C5A4. Grayscale: #646464. Windows color (decimal): -4572581 or 5978810. OLE color: 5978810.

HSL color Cylindrical-coordinate representation of color #BA3A5B: hue angle of 344.53º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A5B is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1865891-
CMYK00.690.510.27
HSL344.53º52.46%47.84%-
HSV(B)344.53º68.82%72.94%-
XYZ23.6514.2211.4-
YUV100.03122.91189.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 58 (23.05% from 255) = 17.31%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=55.52%
G=17.31%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186589100.690.510.27344.5352.4647.84
HexBA3A5B045331B1593430
Octal27272133010563335316460
Binary1011101011101010110110100010111001111011101011001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3A5B; }

 p { color: rgb(186,58,91); }

 H1.HeaderClassName
 {
   color: #BA3A5B;
 }
 .AnyTagClassName
 {
   color: #BA3A5B;
 }
</style>
background-color css

<style>
 a { background-color: #BA3A5B; }

 a { background-color: rgb(186,58,91); }

 div.DivClassName
 {
   background-color: #BA3A5B;
 }
 .BgClassName
 {
   background-color: #BA3A5B;
 }
</style>
border-color css

<style>
 span { border-color: #BA3A5B; }

 span { border-color: rgb(186,58,91); }

 td.TdClassName
 {
   border-color: #BA3A5B;
 }
 .TagClassName
 {
   border-color: #BA3A5B;
 }
</style>