#BA6070

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

Shades of Blush #BA6070

Tints of Blush #BA6070

Color information

#BA6070 (or 0xBA6070) is unknown color: approx Blush. HEX triplet: BA, 60 and 70. RGB value is (186,96,112). Sum of RGB (Red+Green+Blue) = 186+96+112=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6070 is #459F8F. Grayscale: #7C7C7C. Windows color (decimal): -4562832 or 7364794. OLE color: 7364794.

HSL color Cylindrical-coordinate representation of color #BA6070: hue angle of 349.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6070 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18696112-
CMYK00.480.400.27
HSL349.33º39.47%55.29%-
HSV(B)349.33º48.39%72.94%-
XYZ27.3619.9717.74-
YUV124.73120.82171.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=47.21%
G=24.37%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869611200.480.400.27349.3339.4755.29
HexBA6070030281B15d2737
Octal27214016006050335354767
Binary1011101011000001110000011000010100011011101011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6070; }

 p { color: rgb(186,96,112); }

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

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

 a { background-color: rgb(186,96,112); }

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

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

 span { border-color: rgb(186,96,112); }

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