Html Css Color HEX #BA585D Mandy

📋 copy color: '#BA585D'

red 186 ◦ green 88 ◦ blue 93

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

Shades of Mandy #BA585D

Tints of Mandy #BA585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.98%

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

R = 50.68%
G = 23.98%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA585D (or 0xBA585D) is known color: Mandy. HEX triplet: BA, 58 and 5D. RGB value is (186,88,93). Sum of RGB (Red+Green+Blue) = 186+88+93=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA585D is #45A7A2. Grayscale: #757575. Windows color (decimal): -4564899 or 6117562. OLE color: 6117562.

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

Color convert

RGB 186 88 93 -
CMYK 0 0.53 0.5 0.27
HSL 356.94º 0.42% 0.54% -
HSV(B) 356.94º 0.53% 0.73% -
XYZ 25.72 18.21 12.52 -
YUV 117.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 186 88 93 0 0.53 0.5 0.27 356.94 0.42 0.54
Hex BA 58 5D 0 35 32 1B 165 2A 36
Octal 272 130 135 0 65 62 33 545 52 66
Binary 10111010 1011000 1011101 0 110101 110010 11011 101100101 101010 110110

Color Harmonies of #BA585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA585D

Black with #BA585D

Text Example


Text Example

White with #BA585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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