Html Css Color HEX #BA355D Old Rose

📋 copy color: '#BA355D'

red 186 ◦ green 53 ◦ blue 93

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

Shades of Old Rose #BA355D

Tints of Old Rose #BA355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.96%

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 56.02%
G = 15.96%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA355D (or 0xBA355D) is known color: Old Rose. HEX triplet: BA, 35 and 5D. RGB value is (186,53,93). Sum of RGB (Red+Green+Blue) = 186+53+93=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA355D is #45CAA2. Grayscale: #616161. Windows color (decimal): -4573859 or 6108602. OLE color: 6108602.

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

Color convert

RGB 186 53 93 -
CMYK 0 0.72 0.5 0.27
HSL 341.95º 0.56% 0.47% -
HSV(B) 341.95º 0.72% 0.73% -
XYZ 23.5 13.78 11.78 -
YUV 97.33 125.56 191.25 -
System Red Green Blue C M Y K H S L
Decimal 186 53 93 0 0.72 0.5 0.27 341.95 0.56 0.47
Hex BA 35 5D 0 48 32 1B 156 38 2F
Octal 272 65 135 0 110 62 33 526 70 57
Binary 10111010 110101 1011101 0 1001000 110010 11011 101010110 111000 101111

Color Harmonies of #BA355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA355D

Black with #BA355D

Text Example


Text Example

White with #BA355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA355D; }

 p { color: rgb(186,53,93); }

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

background-color css

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

 a { background-color: rgb(186,53,93); }

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

border-color css

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

 span { border-color: rgb(186,53,93); }

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