#BA535C

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

Shades of Blush #BA535C

Tints of Blush #BA535C

Color information

#BA535C (or 0xBA535C) is unknown color: approx Blush. HEX triplet: BA, 53 and 5C. RGB value is (186,83,92). Sum of RGB (Red+Green+Blue) = 186+83+92=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA535C is #45ACA3. Grayscale: #727272. Windows color (decimal): -4566180 or 6050746. OLE color: 6050746.

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

Color convert

RGB1868392-
CMYK00.550.510.27
HSL354.76º42.74%52.75%-
HSV(B)354.76º55.38%72.94%-
XYZ25.2717.412.15-
YUV114.82115.12178.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 92 (36.33% from 255) = 25.48%
R=51.52%
G=22.99%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186839200.550.510.27354.7642.7452.75
HexBA535C037331B1632b35
Octal27212313406763335435365
Binary1011101010100111011100011011111001111011101100011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA535C; }

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

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

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

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

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

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

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

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