Html Css Color HEX #BA344A Old Rose

📋 copy color: '#BA344A'

red 186 ◦ green 52 ◦ blue 74

#BA344A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #BA344A

Tints of Old Rose #BA344A

RGB

 RED value IS 186 (73.05% from 255) = 59.62%

 GREEN value IS 52 (20.7% from 255) = 16.67%

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 59.62%
G = 16.67%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA344A (or 0xBA344A) is known color: 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

RGB 186 52 74 -
CMYK 0 0.72 0.60 0.27
HSL 350.15º 0.56% 0.47% -
HSV(B) 350.15º 0.72% 0.73% -
XYZ 22.71 13.39 7.87 -
YUV 94.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 186 52 74 0 0.72 0.60 0.27 350.15 0.56 0.47
Hex BA 34 4A 0 48 3C 1B 15E 38 2F
Octal 272 64 112 0 110 74 33 536 70 57
Binary 10111010 110100 1001010 0 1001000 111100 11011 101011110 111000 101111

Color Harmonies of #BA344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA344A

Black with #BA344A

Text Example


Text Example

White with #BA344A

Text Example


Text Example

HTML Codes & Css Web 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>