Html Css Color HEX #BA2A4E Old Rose

📋 copy color: '#BA2A4E'

red 186 ◦ green 42 ◦ blue 78

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

Shades of Old Rose #BA2A4E

Tints of Old Rose #BA2A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 60.78%
G = 13.73%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA2A4E (or 0xBA2A4E) is known color: Old Rose. HEX triplet: BA, 2A and 4E. RGB value is (186,42,78). Sum of RGB (Red+Green+Blue) = 186+42+78=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A4E is #45D5B1. Grayscale: #595959. Windows color (decimal): -4576690 or 5122746. OLE color: 5122746.

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

Color convert

RGB 186 42 78 -
CMYK 0 0.77 0.58 0.27
HSL 345º 0.63% 0.45% -
HSV(B) 345º 0.77% 0.73% -
XYZ 22.45 12.65 8.47 -
YUV 89.16 121.71 197.07 -
System Red Green Blue C M Y K H S L
Decimal 186 42 78 0 0.77 0.58 0.27 345 0.63 0.45
Hex BA 2A 4E 0 4D 3A 1B 159 3F 2D
Octal 272 52 116 0 115 72 33 531 77 55
Binary 10111010 101010 1001110 0 1001101 111010 11011 101011001 111111 101101

Color Harmonies of #BA2A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A4E

Black with #BA2A4E

Text Example


Text Example

White with #BA2A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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