#BA5A6B

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

Shades of Blush #BA5A6B

Tints of Blush #BA5A6B

Color information

#BA5A6B (or 0xBA5A6B) is unknown color: approx Blush. HEX triplet: BA, 5A and 6B. RGB value is (186,90,107). Sum of RGB (Red+Green+Blue) = 186+90+107=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A6B is #45A594. Grayscale: #787878. Windows color (decimal): -4564373 or 7035578. OLE color: 7035578.

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

Color convert

RGB18690107-
CMYK00.520.420.27
HSL349.38º41.03%54.12%-
HSV(B)349.38º51.61%72.94%-
XYZ26.5618.8116.14-
YUV120.64120.3174.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 90 (35.55% from 255) = 23.50%
BLUE value IS 107 (42.19% from 255) = 27.94%
R=48.56%
G=23.50%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869010700.520.420.27349.3841.0354.12
HexBA5A6B0342A1B15d2936
Octal27213215306452335355166
Binary1011101010110101101011011010010101011011101011101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A6B; }

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

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

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

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

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

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

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

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