Html Css Color HEX #BA5152 Mandy

📋 copy color: '#BA5152'

red 186 ◦ green 81 ◦ blue 82

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

Shades of Mandy #BA5152

Tints of Mandy #BA5152

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.21%

 BLUE value IS 82 (32.42% from 255) = 23.5%

R = 53.3%
G = 23.21%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA5152 (or 0xBA5152) is known color: Mandy. HEX triplet: BA, 51 and 52. RGB value is (186,81,82). Sum of RGB (Red+Green+Blue) = 186+81+82=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5152 is #45AEAD. Grayscale: #707070. Windows color (decimal): -4566702 or 5394874. OLE color: 5394874.

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

Color convert

RGB 186 81 82 -
CMYK 0 0.56 0.56 0.27
HSL 359.43º 0.43% 0.52% -
HSV(B) 359.43º 0.56% 0.73% -
XYZ 24.72 16.93 9.95 -
YUV 112.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 186 81 82 0 0.56 0.56 0.27 359.43 0.43 0.52
Hex BA 51 52 0 38 38 1B 167 2B 34
Octal 272 121 122 0 70 70 33 547 53 64
Binary 10111010 1010001 1010010 0 111000 111000 11011 101100111 101011 110100

Color Harmonies of #BA5152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5152

Black with #BA5152

Text Example


Text Example

White with #BA5152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5152; }

 p { color: rgb(186,81,82); }

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

background-color css

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

 a { background-color: rgb(186,81,82); }

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

border-color css

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

 span { border-color: rgb(186,81,82); }

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