#BA5B69

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

Shades of Blush #BA5B69

Tints of Blush #BA5B69

Color information

#BA5B69 (or 0xBA5B69) is unknown color: approx Blush. HEX triplet: BA, 5B and 69. RGB value is (186,91,105). Sum of RGB (Red+Green+Blue) = 186+91+105=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B69 is #45A496. Grayscale: #797979. Windows color (decimal): -4564119 or 6904762. OLE color: 6904762.

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

Color convert

RGB18691105-
CMYK00.510.440.27
HSL351.16º40.77%54.31%-
HSV(B)351.16º51.08%72.94%-
XYZ26.5418.9415.62-
YUV121118.97174.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 91 (35.94% from 255) = 23.82%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=48.69%
G=23.82%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869110500.510.440.27351.1640.7754.31
HexBA5B690332C1B15f2936
Octal27213315106354335375166
Binary1011101010110111101001011001110110011011101011111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B69; }

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

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

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

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

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

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

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

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