#BA5A69

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

Shades of Blush #BA5A69

Tints of Blush #BA5A69

Color information

#BA5A69 (or 0xBA5A69) is unknown color: approx Blush. HEX triplet: BA, 5A and 69. RGB value is (186,90,105). Sum of RGB (Red+Green+Blue) = 186+90+105=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A69 is #45A596. Grayscale: #787878. Windows color (decimal): -4564375 or 6904506. OLE color: 6904506.

HSL color Cylindrical-coordinate representation of color #BA5A69: hue angle of 350.62º 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 #BA5A69 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB18690105-
CMYK00.520.440.27
HSL350.62º41.03%54.12%-
HSV(B)350.62º51.61%72.94%-
XYZ26.4618.7715.59-
YUV120.41119.3174.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=48.82%
G=23.62%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869010500.520.440.27350.6241.0354.12
HexBA5A690342C1B15f2936
Octal27213215106454335375166
Binary1011101010110101101001011010010110011011101011111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A69; }

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

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

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

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

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

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

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

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