Html Css Color HEX #BA2E46 Old Rose

📋 copy color: '#BA2E46'

red 186 ◦ green 46 ◦ blue 70

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

Shades of Old Rose #BA2E46

Tints of Old Rose #BA2E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 61.59%
G = 15.23%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA2E46 (or 0xBA2E46) is known color: Old Rose. HEX triplet: BA, 2E and 46. RGB value is (186,46,70). Sum of RGB (Red+Green+Blue) = 186+46+70=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2E46 is #45D1B9. Grayscale: #5A5A5A. Windows color (decimal): -4575674 or 4599482. OLE color: 4599482.

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

Color convert

RGB 186 46 70 -
CMYK 0 0.75 0.62 0.27
HSL 349.71º 0.6% 0.45% -
HSV(B) 349.71º 0.75% 0.73% -
XYZ 22.33 12.84 7.09 -
YUV 90.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 186 46 70 0 0.75 0.62 0.27 349.71 0.6 0.45
Hex BA 2E 46 0 4B 3E 1B 15E 3C 2D
Octal 272 56 106 0 113 76 33 536 74 55
Binary 10111010 101110 1000110 0 1001011 111110 11011 101011110 111100 101101

Color Harmonies of #BA2E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E46

Black with #BA2E46

Text Example


Text Example

White with #BA2E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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