Html Css Color HEX #BA5B5D Mandy

📋 copy color: '#BA5B5D'

red 186 ◦ green 91 ◦ blue 93

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

Shades of Mandy #BA5B5D

Tints of Mandy #BA5B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.59%

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

R = 50.27%
G = 24.59%
B = 25.14%

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

#BA5B5D (or 0xBA5B5D) is known color: Mandy. HEX triplet: BA, 5B and 5D. RGB value is (186,91,93). Sum of RGB (Red+Green+Blue) = 186+91+93=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B5D is #45A4A2. Grayscale: #777777. Windows color (decimal): -4564131 or 6118330. OLE color: 6118330.

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

Color convert

RGB 186 91 93 -
CMYK 0 0.51 0.5 0.27
HSL 358.74º 0.41% 0.54% -
HSV(B) 358.74º 0.51% 0.73% -
XYZ 25.97 18.71 12.6 -
YUV 119.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 186 91 93 0 0.51 0.5 0.27 358.74 0.41 0.54
Hex BA 5B 5D 0 33 32 1B 167 29 36
Octal 272 133 135 0 63 62 33 547 51 66
Binary 10111010 1011011 1011101 0 110011 110010 11011 101100111 101001 110110

Color Harmonies of #BA5B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B5D

Black with #BA5B5D

Text Example


Text Example

White with #BA5B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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