#BA4B64

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

Shades of Blush #BA4B64

Tints of Blush #BA4B64

Color information

#BA4B64 (or 0xBA4B64) is unknown color: approx Blush. HEX triplet: BA, 4B and 64. RGB value is (186,75,100). Sum of RGB (Red+Green+Blue) = 186+75+100=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B64 is #45B49B. Grayscale: #6F6F6F. Windows color (decimal): -4568220 or 6572986. OLE color: 6572986.

HSL color Cylindrical-coordinate representation of color #BA4B64: hue angle of 346.49º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B64 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB18675100-
CMYK00.600.460.27
HSL346.49º44.58%51.18%-
HSV(B)346.49º59.68%72.94%-
XYZ25.0716.3913.9-
YUV111.04121.77181.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=51.52%
G=20.78%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867510000.600.460.27346.4944.5851.18
HexBA4B6403C2E1B15a2d33
Octal27211314407456335325563
Binary1011101010010111100100011110010111011011101011010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B64; }

 p { color: rgb(186,75,100); }

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

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

 a { background-color: rgb(186,75,100); }

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

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

 span { border-color: rgb(186,75,100); }

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