#BA5052

Color #BA5052 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #BA5052

Tints of Mandy #BA5052

Color information

#BA5052 (or 0xBA5052) is unknown color: approx Mandy. HEX triplet: BA, 50 and 52. RGB value is (186,80,82). Sum of RGB (Red+Green+Blue) = 186+80+82=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5052 is #45AFAD. Grayscale: #707070. Windows color (decimal): -4566958 or 5394618. OLE color: 5394618.

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

Color convert

RGB1868082-
CMYK00.570.560.27
HSL358.87º43.44%52.16%-
HSV(B)358.87º56.99%72.94%-
XYZ24.6416.799.92-
YUV111.92111.12180.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 80 (31.64% from 255) = 22.99%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=53.45%
G=22.99%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186808200.570.560.27358.8743.4452.16
HexBA5052039381B1672b34
Octal27212012207170335475364
Binary1011101010100001010010011100111100011011101100111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5052; }

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

 H1.HeaderClassName
 {
   color: #BA5052;
 }
 .AnyTagClassName
 {
   color: #BA5052;
 }
</style>
background-color css

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

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

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

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

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

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