Html Css Color HEX #BA5C5D Mandy

📋 copy color: '#BA5C5D'

red 186 ◦ green 92 ◦ blue 93

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

Shades of Mandy #BA5C5D

Tints of Mandy #BA5C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.8%

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

R = 50.13%
G = 24.8%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA5C5D (or 0xBA5C5D) is known color: Mandy. HEX triplet: BA, 5C and 5D. RGB value is (186,92,93). Sum of RGB (Red+Green+Blue) = 186+92+93=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C5D is #45A3A2. Grayscale: #787878. Windows color (decimal): -4563875 or 6118586. OLE color: 6118586.

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

Color convert

RGB 186 92 93 -
CMYK 0 0.51 0.5 0.27
HSL 359.36º 0.41% 0.55% -
HSV(B) 359.36º 0.51% 0.73% -
XYZ 26.05 18.88 12.63 -
YUV 120.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 186 92 93 0 0.51 0.5 0.27 359.36 0.41 0.55
Hex BA 5C 5D 0 33 32 1B 167 29 37
Octal 272 134 135 0 63 62 33 547 51 67
Binary 10111010 1011100 1011101 0 110011 110010 11011 101100111 101001 110111

Color Harmonies of #BA5C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C5D

Black with #BA5C5D

Text Example


Text Example

White with #BA5C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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