#BA4866

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

Shades of Blush #BA4866

Tints of Blush #BA4866

Color information

#BA4866 (or 0xBA4866) is unknown color: approx Blush. HEX triplet: BA, 48 and 66. RGB value is (186,72,102). Sum of RGB (Red+Green+Blue) = 186+72+102=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4866 is #45B799. Grayscale: #6D6D6D. Windows color (decimal): -4568986 or 6703290. OLE color: 6703290.

HSL color Cylindrical-coordinate representation of color #BA4866: hue angle of 344.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4866 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18672102-
CMYK00.610.450.27
HSL344.21º45.24%50.59%-
HSV(B)344.21º61.29%72.94%-
XYZ24.9716.0314.35-
YUV109.51123.77182.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=51.67%
G=20%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867210200.610.450.27344.2145.2450.59
HexBA486603D2D1B1582d33
Octal27211014607555335305563
Binary1011101010010001100110011110110110111011101011000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4866; }

 p { color: rgb(186,72,102); }

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

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

 a { background-color: rgb(186,72,102); }

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

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

 span { border-color: rgb(186,72,102); }

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