#BA5A5F

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

Shades of Blush #BA5A5F

Tints of Blush #BA5A5F

Color information

#BA5A5F (or 0xBA5A5F) is unknown color: approx Blush. HEX triplet: BA, 5A and 5F. RGB value is (186,90,95). Sum of RGB (Red+Green+Blue) = 186+90+95=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A5F is #45A5A0. Grayscale: #777777. Windows color (decimal): -4564385 or 6249146. OLE color: 6249146.

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

Color convert

RGB1869095-
CMYK00.520.490.27
HSL356.88º41.03%54.12%-
HSV(B)356.88º51.61%72.94%-
XYZ25.9718.5813.04-
YUV119.27114.3175.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=50.13%
G=24.26%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186909500.520.490.27356.8841.0354.12
HexBA5A5F034311B1652936
Octal27213213706461335455166
Binary1011101010110101011111011010011000111011101100101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A5F; }

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

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

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

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

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

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

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

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