Html Css Color HEX #BA5058 Mandy

📋 copy color: '#BA5058'

red 186 ◦ green 80 ◦ blue 88

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

Shades of Mandy #BA5058

Tints of Mandy #BA5058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

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

R = 52.54%
G = 22.6%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA5058 (or 0xBA5058) is known color: Mandy. HEX triplet: BA, 50 and 58. RGB value is (186,80,88). Sum of RGB (Red+Green+Blue) = 186+80+88=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5058 is #45AFA7. Grayscale: #707070. Windows color (decimal): -4566952 or 5787834. OLE color: 5787834.

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

Color convert

RGB 186 80 88 -
CMYK 0 0.57 0.53 0.27
HSL 355.47º 0.43% 0.52% -
HSV(B) 355.47º 0.57% 0.73% -
XYZ 24.88 16.88 11.18 -
YUV 112.61 114.12 180.35 -
System Red Green Blue C M Y K H S L
Decimal 186 80 88 0 0.57 0.53 0.27 355.47 0.43 0.52
Hex BA 50 58 0 39 35 1B 163 2B 34
Octal 272 120 130 0 71 65 33 543 53 64
Binary 10111010 1010000 1011000 0 111001 110101 11011 101100011 101011 110100

Color Harmonies of #BA5058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5058

Black with #BA5058

Text Example


Text Example

White with #BA5058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5058; }

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

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

background-color css

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

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

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

border-color css

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

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

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