Html Css Color HEX #BA555A Mandy

📋 copy color: '#BA555A'

red 186 ◦ green 85 ◦ blue 90

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

Shades of Mandy #BA555A

Tints of Mandy #BA555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 51.52%
G = 23.55%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA555A (or 0xBA555A) is known color: Mandy. HEX triplet: BA, 55 and 5A. RGB value is (186,85,90). Sum of RGB (Red+Green+Blue) = 186+85+90=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA555A is #45AAA5. Grayscale: #737373. Windows color (decimal): -4565670 or 5920186. OLE color: 5920186.

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

Color convert

RGB 186 85 90 -
CMYK 0 0.54 0.52 0.27
HSL 357.03º 0.42% 0.53% -
HSV(B) 357.03º 0.54% 0.73% -
XYZ 25.34 17.67 11.75 -
YUV 115.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 186 85 90 0 0.54 0.52 0.27 357.03 0.42 0.53
Hex BA 55 5A 0 36 34 1B 165 2A 35
Octal 272 125 132 0 66 64 33 545 52 65
Binary 10111010 1010101 1011010 0 110110 110100 11011 101100101 101010 110101

Color Harmonies of #BA555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA555A

Black with #BA555A

Text Example


Text Example

White with #BA555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA555A; }

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

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

background-color css

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

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

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

border-color css

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

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

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