Html Css Color HEX #BA2A5D Old Rose

📋 copy color: '#BA2A5D'

red 186 ◦ green 42 ◦ blue 93

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

Shades of Old Rose #BA2A5D

Tints of Old Rose #BA2A5D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.08%

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 57.94%
G = 13.08%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA2A5D (or 0xBA2A5D) is known color: Old Rose. HEX triplet: BA, 2A and 5D. RGB value is (186,42,93). Sum of RGB (Red+Green+Blue) = 186+42+93=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A5D is #45D5A2. Grayscale: #5A5A5A. Windows color (decimal): -4576675 or 6105786. OLE color: 6105786.

HSL color Cylindrical-coordinate representation of color #BA2A5D: hue angle of 338.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2A5D is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 42 93 -
CMYK 0 0.77 0.5 0.27
HSL 338.75º 0.63% 0.45% -
HSV(B) 338.75º 0.77% 0.73% -
XYZ 23.05 12.89 11.63 -
YUV 90.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 186 42 93 0 0.77 0.5 0.27 338.75 0.63 0.45
Hex BA 2A 5D 0 4D 32 1B 153 3F 2D
Octal 272 52 135 0 115 62 33 523 77 55
Binary 10111010 101010 1011101 0 1001101 110010 11011 101010011 111111 101101

Color Harmonies of #BA2A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A5D

Black with #BA2A5D

Text Example


Text Example

White with #BA2A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A5D; }

 p { color: rgb(186,42,93); }

 H1.HeaderClassName
 {
   color: #BA2A5D;
 }
 .AnyTagClassName
 {
   color: #BA2A5D;
 }
</style>

background-color css

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

 a { background-color: rgb(186,42,93); }

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

border-color css

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

 span { border-color: rgb(186,42,93); }

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