#BA4B69

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

Shades of Blush #BA4B69

Tints of Blush #BA4B69

Color information

#BA4B69 (or 0xBA4B69) is unknown color: approx Blush. HEX triplet: BA, 4B and 69. RGB value is (186,75,105). Sum of RGB (Red+Green+Blue) = 186+75+105=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4B69 is #45B496. Grayscale: #6F6F6F. Windows color (decimal): -4568215 or 6900666. OLE color: 6900666.

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

Color convert

RGB18675105-
CMYK00.600.440.27
HSL343.78º44.58%51.18%-
HSV(B)343.78º59.68%72.94%-
XYZ25.3216.4915.21-
YUV111.61124.27181.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=50.82%
G=20.49%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867510500.600.440.27343.7844.5851.18
HexBA4B6903C2C1B1582d33
Octal27211315107454335305563
Binary1011101010010111101001011110010110011011101011000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B69; }

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

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

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

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

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

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

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

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