#BA626F

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

Shades of Blush #BA626F

Tints of Blush #BA626F

Color information

#BA626F (or 0xBA626F) is unknown color: approx Blush. HEX triplet: BA, 62 and 6F. RGB value is (186,98,111). Sum of RGB (Red+Green+Blue) = 186+98+111=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA626F is #459D90. Grayscale: #7D7D7D. Windows color (decimal): -4562321 or 7299770. OLE color: 7299770.

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

Color convert

RGB18698111-
CMYK00.470.400.27
HSL351.14º38.94%55.69%-
HSV(B)351.14º47.31%72.94%-
XYZ27.4920.3217.51-
YUV125.79119.65170.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=47.09%
G=24.81%
B=28.10%

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
Decimal1869811100.470.400.27351.1438.9455.69
HexBA626F02F281B15f2738
Octal27214215705750335374770
Binary1011101011000101101111010111110100011011101011111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA626F; }

 p { color: rgb(186,98,111); }

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

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

 a { background-color: rgb(186,98,111); }

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

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

 span { border-color: rgb(186,98,111); }

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