#BA6370

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

Shades of Blush #BA6370

Tints of Blush #BA6370

Color information

#BA6370 (or 0xBA6370) is unknown color: approx Blush. HEX triplet: BA, 63 and 70. RGB value is (186,99,112). Sum of RGB (Red+Green+Blue) = 186+99+112=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6370 is #459C8F. Grayscale: #7E7E7E. Windows color (decimal): -4562064 or 7365562. OLE color: 7365562.

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

Color convert

RGB18699112-
CMYK00.470.400.27
HSL351.03º38.67%55.88%-
HSV(B)351.03º46.77%72.94%-
XYZ27.6420.5317.84-
YUV126.5119.82170.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=46.85%
G=24.94%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869911200.470.400.27351.0338.6755.88
HexBA637002F281B15f2738
Octal27214316005750335374770
Binary1011101011000111110000010111110100011011101011111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6370; }

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

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

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

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

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

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

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

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