#BA344A

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

Shades of Old Rose #BA344A

Tints of Old Rose #BA344A

Color information

#BA344A (or 0xBA344A) is unknown color: approx Old Rose. HEX triplet: BA, 34 and 4A. RGB value is (186,52,74). Sum of RGB (Red+Green+Blue) = 186+52+74=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA344A is #45CBB5. Grayscale: #5E5E5E. Windows color (decimal): -4574134 or 4863162. OLE color: 4863162.

HSL color Cylindrical-coordinate representation of color #BA344A: hue angle of 350.15º 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 #BA344A is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1865274-
CMYK00.720.600.27
HSL350.15º56.3%46.67%-
HSV(B)350.15º72.04%72.94%-
XYZ22.7113.397.87-
YUV94.57116.39193.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 52 (20.70% from 255) = 16.67%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=59.62%
G=16.67%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186527400.720.600.27350.1556.346.67
HexBA344A0483C1B15e382f
Octal27264112011074335367057
Binary1011101011010010010100100100011110011011101011110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA344A; }

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

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

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

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

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

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

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

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