Html Css Color HEX #BA2E5D Old Rose

📋 copy color: '#BA2E5D'

red 186 ◦ green 46 ◦ blue 93

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

Shades of Old Rose #BA2E5D

Tints of Old Rose #BA2E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.15%

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

R = 57.23%
G = 14.15%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA2E5D (or 0xBA2E5D) is known color: Old Rose. HEX triplet: BA, 2E and 5D. RGB value is (186,46,93). Sum of RGB (Red+Green+Blue) = 186+46+93=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E5D is #45D1A2. Grayscale: #5D5D5D. Windows color (decimal): -4575651 or 6106810. OLE color: 6106810.

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

Color convert

RGB 186 46 93 -
CMYK 0 0.75 0.5 0.27
HSL 339.86º 0.6% 0.45% -
HSV(B) 339.86º 0.75% 0.73% -
XYZ 23.2 13.18 11.68 -
YUV 93.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 186 46 93 0 0.75 0.5 0.27 339.86 0.6 0.45
Hex BA 2E 5D 0 4B 32 1B 154 3C 2D
Octal 272 56 135 0 113 62 33 524 74 55
Binary 10111010 101110 1011101 0 1001011 110010 11011 101010100 111100 101101

Color Harmonies of #BA2E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E5D

Black with #BA2E5D

Text Example


Text Example

White with #BA2E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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