#BA636E

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

Shades of Blush #BA636E

Tints of Blush #BA636E

Color information

#BA636E (or 0xBA636E) is unknown color: approx Blush. HEX triplet: BA, 63 and 6E. RGB value is (186,99,110). Sum of RGB (Red+Green+Blue) = 186+99+110=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA636E is #459C91. Grayscale: #7E7E7E. Windows color (decimal): -4562066 or 7234490. OLE color: 7234490.

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

Color convert

RGB18699110-
CMYK00.470.410.27
HSL352.41º38.67%55.88%-
HSV(B)352.41º46.77%72.94%-
XYZ27.5320.4917.26-
YUV126.27118.82170.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=47.09%
G=25.06%
B=27.85%

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
Decimal1869911000.470.410.27352.4138.6755.88
HexBA636E02F291B1602738
Octal27214315605751335404770
Binary1011101011000111101110010111110100111011101100000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA636E; }

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

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

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

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

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

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

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

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