Html Css Color HEX #BA5658 Mandy

📋 copy color: '#BA5658'

red 186 ◦ green 86 ◦ blue 88

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

Shades of Mandy #BA5658

Tints of Mandy #BA5658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.89%

 BLUE value IS 88 (34.77% from 255) = 24.44%

R = 51.67%
G = 23.89%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA5658 (or 0xBA5658) is known color: Mandy. HEX triplet: BA, 56 and 58. RGB value is (186,86,88). Sum of RGB (Red+Green+Blue) = 186+86+88=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5658 is #45A9A7. Grayscale: #747474. Windows color (decimal): -4565416 or 5789370. OLE color: 5789370.

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

Color convert

RGB 186 86 88 -
CMYK 0 0.54 0.53 0.27
HSL 358.8º 0.42% 0.53% -
HSV(B) 358.8º 0.54% 0.73% -
XYZ 25.34 17.8 11.33 -
YUV 116.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 186 86 88 0 0.54 0.53 0.27 358.8 0.42 0.53
Hex BA 56 58 0 36 35 1B 167 2A 35
Octal 272 126 130 0 66 65 33 547 52 65
Binary 10111010 1010110 1011000 0 110110 110101 11011 101100111 101010 110101

Color Harmonies of #BA5658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5658

Black with #BA5658

Text Example


Text Example

White with #BA5658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5658; }

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

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

background-color css

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

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

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

border-color css

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

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

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