#BA345A

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

Shades of Old Rose #BA345A

Tints of Old Rose #BA345A

Color information

#BA345A (or 0xBA345A) is unknown color: approx Old Rose. HEX triplet: BA, 34 and 5A. RGB value is (186,52,90). Sum of RGB (Red+Green+Blue) = 186+52+90=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA345A is #45CBA5. Grayscale: #606060. Windows color (decimal): -4574118 or 5911738. OLE color: 5911738.

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

Color convert

RGB1865290-
CMYK00.720.520.27
HSL342.99º56.3%46.67%-
HSV(B)342.99º72.04%72.94%-
XYZ23.3213.6311.08-
YUV96.4124.39191.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=56.71%
G=15.85%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186529000.720.520.27342.9956.346.67
HexBA345A048341B157382f
Octal27264132011064335277057
Binary1011101011010010110100100100011010011011101010111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA345A; }

 p { color: rgb(186,52,90); }

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

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

 a { background-color: rgb(186,52,90); }

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

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

 span { border-color: rgb(186,52,90); }

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