Html Css Color HEX #BA3D55 Old Rose

📋 copy color: '#BA3D55'

red 186 ◦ green 61 ◦ blue 85

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

Shades of Old Rose #BA3D55

Tints of Old Rose #BA3D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 56.02%
G = 18.37%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA3D55 (or 0xBA3D55) is known color: Old Rose. HEX triplet: BA, 3D and 55. RGB value is (186,61,85). Sum of RGB (Red+Green+Blue) = 186+61+85=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3D55 is #45C2AA. Grayscale: #656565. Windows color (decimal): -4571819 or 5586362. OLE color: 5586362.

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

Color convert

RGB 186 61 85 -
CMYK 0 0.67 0.54 0.27
HSL 348.48º 0.51% 0.48% -
HSV(B) 348.48º 0.67% 0.73% -
XYZ 23.56 14.43 10.14 -
YUV 101.11 118.91 188.55 -
System Red Green Blue C M Y K H S L
Decimal 186 61 85 0 0.67 0.54 0.27 348.48 0.51 0.48
Hex BA 3D 55 0 43 36 1B 15C 33 30
Octal 272 75 125 0 103 66 33 534 63 60
Binary 10111010 111101 1010101 0 1000011 110110 11011 101011100 110011 110000

Color Harmonies of #BA3D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D55

Black with #BA3D55

Text Example


Text Example

White with #BA3D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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