#BA4162

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

Shades of Blush #BA4162

Tints of Blush #BA4162

Color information

#BA4162 (or 0xBA4162) is unknown color: approx Blush. HEX triplet: BA, 41 and 62. RGB value is (186,65,98). Sum of RGB (Red+Green+Blue) = 186+65+98=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4162 is #45BE9D. Grayscale: #686868. Windows color (decimal): -4570782 or 6439354. OLE color: 6439354.

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

Color convert

RGB1866598-
CMYK00.650.470.27
HSL343.64º48.21%49.22%-
HSV(B)343.64º65.05%72.94%-
XYZ24.3415.113.19-
YUV104.94124.09185.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 98 (38.67% from 255) = 28.08%
R=53.30%
G=18.62%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186659800.650.470.27343.6448.2149.22
HexBA41620412F1B1583031
Octal272101142010157335306061
Binary10111010100000111000100100000110111111011101011000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4162; }

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

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

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

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

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

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

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

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