#BA4265

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

Shades of Blush #BA4265

Tints of Blush #BA4265

Color information

#BA4265 (or 0xBA4265) is unknown color: approx Blush. HEX triplet: BA, 42 and 65. RGB value is (186,66,101). Sum of RGB (Red+Green+Blue) = 186+66+101=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4265 is #45BD9A. Grayscale: #696969. Windows color (decimal): -4570523 or 6636218. OLE color: 6636218.

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

Color convert

RGB18666101-
CMYK00.650.460.27
HSL342.5º47.62%49.41%-
HSV(B)342.5º64.52%72.94%-
XYZ24.5515.2813.97-
YUV105.87125.26185.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=52.69%
G=18.70%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866610100.650.460.27342.547.6249.41
HexBA42650412E1B1563031
Octal272102145010156335266061
Binary10111010100001011001010100000110111011011101010110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4265; }

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

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

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

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

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

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

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

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