Html Css Color HEX #BA2E4E Old Rose

📋 copy color: '#BA2E4E'

red 186 ◦ green 46 ◦ blue 78

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

Shades of Old Rose #BA2E4E

Tints of Old Rose #BA2E4E

RGB

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

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

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

R = 60%
G = 14.84%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA2E4E (or 0xBA2E4E) is known color: Old Rose. HEX triplet: BA, 2E and 4E. RGB value is (186,46,78). Sum of RGB (Red+Green+Blue) = 186+46+78=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E4E is #45D1B1. Grayscale: #5B5B5B. Windows color (decimal): -4575666 or 5123770. OLE color: 5123770.

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

Color convert

RGB 186 46 78 -
CMYK 0 0.75 0.58 0.27
HSL 346.29º 0.6% 0.45% -
HSV(B) 346.29º 0.75% 0.73% -
XYZ 22.6 12.94 8.51 -
YUV 91.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 186 46 78 0 0.75 0.58 0.27 346.29 0.6 0.45
Hex BA 2E 4E 0 4B 3A 1B 15A 3C 2D
Octal 272 56 116 0 113 72 33 532 74 55
Binary 10111010 101110 1001110 0 1001011 111010 11011 101011010 111100 101101

Color Harmonies of #BA2E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E4E

Black with #BA2E4E

Text Example


Text Example

White with #BA2E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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