Html Css Color HEX #BA2E54 Old Rose

📋 copy color: '#BA2E54'

red 186 ◦ green 46 ◦ blue 84

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

Shades of Old Rose #BA2E54

Tints of Old Rose #BA2E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.58%

R = 58.86%
G = 14.56%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA2E54 (or 0xBA2E54) is known color: Old Rose. HEX triplet: BA, 2E and 54. RGB value is (186,46,84). Sum of RGB (Red+Green+Blue) = 186+46+84=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E54 is #45D1AB. Grayscale: #5C5C5C. Windows color (decimal): -4575660 or 5516986. OLE color: 5516986.

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

Color convert

RGB 186 46 84 -
CMYK 0 0.75 0.55 0.27
HSL 343.71º 0.6% 0.45% -
HSV(B) 343.71º 0.75% 0.73% -
XYZ 22.83 13.03 9.7 -
YUV 92.19 123.38 194.91 -
System Red Green Blue C M Y K H S L
Decimal 186 46 84 0 0.75 0.55 0.27 343.71 0.6 0.45
Hex BA 2E 54 0 4B 37 1B 158 3C 2D
Octal 272 56 124 0 113 67 33 530 74 55
Binary 10111010 101110 1010100 0 1001011 110111 11011 101011000 111100 101101

Color Harmonies of #BA2E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E54

Black with #BA2E54

Text Example


Text Example

White with #BA2E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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