Html Css Color HEX #BA5053 Mandy

📋 copy color: '#BA5053'

red 186 ◦ green 80 ◦ blue 83

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

Shades of Mandy #BA5053

Tints of Mandy #BA5053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.78%

R = 53.3%
G = 22.92%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA5053 (or 0xBA5053) is known color: Mandy. HEX triplet: BA, 50 and 53. RGB value is (186,80,83). Sum of RGB (Red+Green+Blue) = 186+80+83=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5053 is #45AFAC. Grayscale: #707070. Windows color (decimal): -4566957 or 5460154. OLE color: 5460154.

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

Color convert

RGB 186 80 83 -
CMYK 0 0.57 0.55 0.27
HSL 358.3º 0.43% 0.52% -
HSV(B) 358.3º 0.57% 0.73% -
XYZ 24.68 16.8 10.13 -
YUV 112.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 186 80 83 0 0.57 0.55 0.27 358.3 0.43 0.52
Hex BA 50 53 0 39 37 1B 166 2B 34
Octal 272 120 123 0 71 67 33 546 53 64
Binary 10111010 1010000 1010011 0 111001 110111 11011 101100110 101011 110100

Color Harmonies of #BA5053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5053

Black with #BA5053

Text Example


Text Example

White with #BA5053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5053; }

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

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

background-color css

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

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

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

border-color css

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

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

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