#BA4C5F

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

Shades of Blush #BA4C5F

Tints of Blush #BA4C5F

Color information

#BA4C5F (or 0xBA4C5F) is unknown color: approx Blush. HEX triplet: BA, 4C and 5F. RGB value is (186,76,95). Sum of RGB (Red+Green+Blue) = 186+76+95=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4C5F is #45B3A0. Grayscale: #6F6F6F. Windows color (decimal): -4567969 or 6245562. OLE color: 6245562.

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

Color convert

RGB1867695-
CMYK00.590.490.27
HSL349.64º44.35%51.37%-
HSV(B)349.64º59.14%72.94%-
XYZ24.916.4312.69-
YUV111.06118.94181.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=52.10%
G=21.29%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186769500.590.490.27349.6444.3551.37
HexBA4C5F03B311B15e2c33
Octal27211413707361335365463
Binary1011101010011001011111011101111000111011101011110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C5F; }

 p { color: rgb(186,76,95); }

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

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

 a { background-color: rgb(186,76,95); }

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

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

 span { border-color: rgb(186,76,95); }

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