Html Css Color HEX #BA2E5C Old Rose

📋 copy color: '#BA2E5C'

red 186 ◦ green 46 ◦ blue 92

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

Shades of Old Rose #BA2E5C

Tints of Old Rose #BA2E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 57.41%
G = 14.2%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA2E5C (or 0xBA2E5C) is known color: Old Rose. HEX triplet: BA, 2E and 5C. RGB value is (186,46,92). Sum of RGB (Red+Green+Blue) = 186+46+92=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E5C is #45D1A3. Grayscale: #5D5D5D. Windows color (decimal): -4575652 or 6041274. OLE color: 6041274.

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

Color convert

RGB 186 46 92 -
CMYK 0 0.75 0.51 0.27
HSL 340.29º 0.6% 0.45% -
HSV(B) 340.29º 0.75% 0.73% -
XYZ 23.16 13.17 11.45 -
YUV 93.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 186 46 92 0 0.75 0.51 0.27 340.29 0.6 0.45
Hex BA 2E 5C 0 4B 33 1B 154 3C 2D
Octal 272 56 134 0 113 63 33 524 74 55
Binary 10111010 101110 1011100 0 1001011 110011 11011 101010100 111100 101101

Color Harmonies of #BA2E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E5C

Black with #BA2E5C

Text Example


Text Example

White with #BA2E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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