Html Css Color HEX #BA585C Mandy

📋 copy color: '#BA585C'

red 186 ◦ green 88 ◦ blue 92

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

Shades of Mandy #BA585C

Tints of Mandy #BA585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.14%

R = 50.82%
G = 24.04%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA585C (or 0xBA585C) is known color: Mandy. HEX triplet: BA, 58 and 5C. RGB value is (186,88,92). Sum of RGB (Red+Green+Blue) = 186+88+92=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA585C is #45A7A3. Grayscale: #757575. Windows color (decimal): -4564900 or 6052026. OLE color: 6052026.

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

Color convert

RGB 186 88 92 -
CMYK 0 0.53 0.51 0.27
HSL 357.55º 0.42% 0.54% -
HSV(B) 357.55º 0.53% 0.73% -
XYZ 25.67 18.19 12.28 -
YUV 117.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 186 88 92 0 0.53 0.51 0.27 357.55 0.42 0.54
Hex BA 58 5C 0 35 33 1B 166 2A 36
Octal 272 130 134 0 65 63 33 546 52 66
Binary 10111010 1011000 1011100 0 110101 110011 11011 101100110 101010 110110

Color Harmonies of #BA585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA585C

Black with #BA585C

Text Example


Text Example

White with #BA585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA585C; }

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

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

background-color css

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

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

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

border-color css

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

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

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