#BA5265

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

Shades of Blush #BA5265

Tints of Blush #BA5265

Color information

#BA5265 (or 0xBA5265) is unknown color: approx Blush. HEX triplet: BA, 52 and 65. RGB value is (186,82,101). Sum of RGB (Red+Green+Blue) = 186+82+101=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5265 is #45AD9A. Grayscale: #737373. Windows color (decimal): -4566427 or 6640314. OLE color: 6640314.

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

Color convert

RGB18682101-
CMYK00.560.460.27
HSL349.04º42.98%52.55%-
HSV(B)349.04º55.91%72.94%-
XYZ25.6217.4114.32-
YUV115.26119.96178.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 101 (39.84% from 255) = 27.37%
R=50.41%
G=22.22%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868210100.560.460.27349.0442.9852.55
HexBA52650382E1B15d2b35
Octal27212214507056335355365
Binary1011101010100101100101011100010111011011101011101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5265; }

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

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

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

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

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

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

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

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