#BA626D

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

Shades of Blush #BA626D

Tints of Blush #BA626D

Color information

#BA626D (or 0xBA626D) is unknown color: approx Blush. HEX triplet: BA, 62 and 6D. RGB value is (186,98,109). Sum of RGB (Red+Green+Blue) = 186+98+109=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA626D is #459D92. Grayscale: #7D7D7D. Windows color (decimal): -4562323 or 7168698. OLE color: 7168698.

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

Color convert

RGB18698109-
CMYK00.470.410.27
HSL352.5º38.94%55.69%-
HSV(B)352.5º47.31%72.94%-
XYZ27.3820.2816.94-
YUV125.57118.65171.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=47.33%
G=24.94%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869810900.470.410.27352.538.9455.69
HexBA626D02F291B1602738
Octal27214215505751335404770
Binary1011101011000101101101010111110100111011101100000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA626D; }

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

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

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

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

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

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

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

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