Html Css Color HEX #BA295D Old Rose

📋 copy color: '#BA295D'

red 186 ◦ green 41 ◦ blue 93

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

Shades of Old Rose #BA295D

Tints of Old Rose #BA295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.81%

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

R = 58.13%
G = 12.81%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA295D (or 0xBA295D) is known color: Old Rose. HEX triplet: BA, 29 and 5D. RGB value is (186,41,93). Sum of RGB (Red+Green+Blue) = 186+41+93=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA295D is #45D6A2. Grayscale: #5A5A5A. Windows color (decimal): -4576931 or 6105530. OLE color: 6105530.

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

Color convert

RGB 186 41 93 -
CMYK 0 0.78 0.5 0.27
HSL 338.48º 0.64% 0.45% -
HSV(B) 338.48º 0.78% 0.73% -
XYZ 23.02 12.82 11.62 -
YUV 90.28 129.54 196.27 -
System Red Green Blue C M Y K H S L
Decimal 186 41 93 0 0.78 0.5 0.27 338.48 0.64 0.45
Hex BA 29 5D 0 4E 32 1B 152 40 2D
Octal 272 51 135 0 116 62 33 522 100 55
Binary 10111010 101001 1011101 0 1001110 110010 11011 101010010 1000000 101101

Color Harmonies of #BA295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA295D

Black with #BA295D

Text Example


Text Example

White with #BA295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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