Html Css Color HEX #BA535A Mandy

📋 copy color: '#BA535A'

red 186 ◦ green 83 ◦ blue 90

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

Shades of Mandy #BA535A

Tints of Mandy #BA535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.12%

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

R = 51.81%
G = 23.12%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA535A (or 0xBA535A) is known color: Mandy. HEX triplet: BA, 53 and 5A. RGB value is (186,83,90). Sum of RGB (Red+Green+Blue) = 186+83+90=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA535A is #45ACA5. Grayscale: #727272. Windows color (decimal): -4566182 or 5919674. OLE color: 5919674.

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

Color convert

RGB 186 83 90 -
CMYK 0 0.55 0.52 0.27
HSL 355.92º 0.43% 0.53% -
HSV(B) 355.92º 0.55% 0.73% -
XYZ 25.19 17.36 11.7 -
YUV 114.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 186 83 90 0 0.55 0.52 0.27 355.92 0.43 0.53
Hex BA 53 5A 0 37 34 1B 164 2B 35
Octal 272 123 132 0 67 64 33 544 53 65
Binary 10111010 1010011 1011010 0 110111 110100 11011 101100100 101011 110101

Color Harmonies of #BA535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA535A

Black with #BA535A

Text Example


Text Example

White with #BA535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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