Html Css Color HEX #BA2E4A Old Rose

📋 copy color: '#BA2E4A'

red 186 ◦ green 46 ◦ blue 74

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

Shades of Old Rose #BA2E4A

Tints of Old Rose #BA2E4A

RGB

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

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

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

R = 60.78%
G = 15.03%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA2E4A (or 0xBA2E4A) is known color: Old Rose. HEX triplet: BA, 2E and 4A. RGB value is (186,46,74). Sum of RGB (Red+Green+Blue) = 186+46+74=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E4A is #45D1B5. Grayscale: #5B5B5B. Windows color (decimal): -4575670 or 4861626. OLE color: 4861626.

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

Color convert

RGB 186 46 74 -
CMYK 0 0.75 0.60 0.27
HSL 348º 0.6% 0.45% -
HSV(B) 348º 0.75% 0.73% -
XYZ 22.46 12.89 7.78 -
YUV 91.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 186 46 74 0 0.75 0.60 0.27 348 0.6 0.45
Hex BA 2E 4A 0 4B 3C 1B 15C 3C 2D
Octal 272 56 112 0 113 74 33 534 74 55
Binary 10111010 101110 1001010 0 1001011 111100 11011 101011100 111100 101101

Color Harmonies of #BA2E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E4A

Black with #BA2E4A

Text Example


Text Example

White with #BA2E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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