Html Css Color HEX #BA5055 Mandy

📋 copy color: '#BA5055'

red 186 ◦ green 80 ◦ blue 85

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

Shades of Mandy #BA5055

Tints of Mandy #BA5055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.22%

R = 52.99%
G = 22.79%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA5055 (or 0xBA5055) is known color: Mandy. HEX triplet: BA, 50 and 55. RGB value is (186,80,85). Sum of RGB (Red+Green+Blue) = 186+80+85=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5055 is #45AFAA. Grayscale: #707070. Windows color (decimal): -4566955 or 5591226. OLE color: 5591226.

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

Color convert

RGB 186 80 85 -
CMYK 0 0.57 0.54 0.27
HSL 357.17º 0.43% 0.52% -
HSV(B) 357.17º 0.57% 0.73% -
XYZ 24.76 16.83 10.54 -
YUV 112.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 186 80 85 0 0.57 0.54 0.27 357.17 0.43 0.52
Hex BA 50 55 0 39 36 1B 165 2B 34
Octal 272 120 125 0 71 66 33 545 53 64
Binary 10111010 1010000 1010101 0 111001 110110 11011 101100101 101011 110100

Color Harmonies of #BA5055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5055

Black with #BA5055

Text Example


Text Example

White with #BA5055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5055; }

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

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

background-color css

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

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

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

border-color css

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

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

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