Html Css Color HEX #BA3D54 Old Rose

📋 copy color: '#BA3D54'

red 186 ◦ green 61 ◦ blue 84

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

Shades of Old Rose #BA3D54

Tints of Old Rose #BA3D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.43%

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

R = 56.19%
G = 18.43%
B = 25.38%

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

#BA3D54 (or 0xBA3D54) is known color: Old Rose. HEX triplet: BA, 3D and 54. RGB value is (186,61,84). Sum of RGB (Red+Green+Blue) = 186+61+84=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D54 is #45C2AB. Grayscale: #656565. Windows color (decimal): -4571820 or 5520826. OLE color: 5520826.

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

Color convert

RGB 186 61 84 -
CMYK 0 0.67 0.55 0.27
HSL 348.96º 0.51% 0.48% -
HSV(B) 348.96º 0.67% 0.73% -
XYZ 23.52 14.42 9.93 -
YUV 101 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 186 61 84 0 0.67 0.55 0.27 348.96 0.51 0.48
Hex BA 3D 54 0 43 37 1B 15D 33 30
Octal 272 75 124 0 103 67 33 535 63 60
Binary 10111010 111101 1010100 0 1000011 110111 11011 101011101 110011 110000

Color Harmonies of #BA3D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D54

Black with #BA3D54

Text Example


Text Example

White with #BA3D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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