Html Css Color HEX #BA3E54 Old Rose

📋 copy color: '#BA3E54'

red 186 ◦ green 62 ◦ blue 84

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

Shades of Old Rose #BA3E54

Tints of Old Rose #BA3E54

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

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

R = 56.02%
G = 18.67%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA3E54 (or 0xBA3E54) is known color: Old Rose. HEX triplet: BA, 3E and 54. RGB value is (186,62,84). Sum of RGB (Red+Green+Blue) = 186+62+84=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E54 is #45C1AB. Grayscale: #656565. Windows color (decimal): -4571564 or 5521082. OLE color: 5521082.

HSL color Cylindrical-coordinate representation of color #BA3E54: hue angle of 349.35º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3E54 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 62 84 -
CMYK 0 0.67 0.55 0.27
HSL 349.35º 0.5% 0.49% -
HSV(B) 349.35º 0.67% 0.73% -
XYZ 23.57 14.52 9.95 -
YUV 101.58 118.08 188.21 -
System Red Green Blue C M Y K H S L
Decimal 186 62 84 0 0.67 0.55 0.27 349.35 0.5 0.49
Hex BA 3E 54 0 43 37 1B 15D 32 31
Octal 272 76 124 0 103 67 33 535 62 61
Binary 10111010 111110 1010100 0 1000011 110111 11011 101011101 110010 110001

Color Harmonies of #BA3E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E54

Black with #BA3E54

Text Example


Text Example

White with #BA3E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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