#BA4662

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

Shades of Blush #BA4662

Tints of Blush #BA4662

Color information

#BA4662 (or 0xBA4662) is unknown color: approx Blush. HEX triplet: BA, 46 and 62. RGB value is (186,70,98). Sum of RGB (Red+Green+Blue) = 186+70+98=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4662 is #45B99D. Grayscale: #6B6B6B. Windows color (decimal): -4569502 or 6440634. OLE color: 6440634.

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

Color convert

RGB1867098-
CMYK00.620.470.27
HSL345.52º45.67%50.2%-
HSV(B)345.52º62.37%72.94%-
XYZ24.6415.713.29-
YUV107.88122.43183.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 70 (27.73% from 255) = 19.77%
BLUE value IS 98 (38.67% from 255) = 27.68%
R=52.54%
G=19.77%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186709800.620.470.27345.5245.6750.2
HexBA466203E2F1B15a2e32
Octal27210614207657335325662
Binary1011101010001101100010011111010111111011101011010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4662; }

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

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

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

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

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

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

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

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