#BA5366

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

Shades of Blush #BA5366

Tints of Blush #BA5366

Color information

#BA5366 (or 0xBA5366) is unknown color: approx Blush. HEX triplet: BA, 53 and 66. RGB value is (186,83,102). Sum of RGB (Red+Green+Blue) = 186+83+102=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5366 is #45AC99. Grayscale: #737373. Windows color (decimal): -4566170 or 6706106. OLE color: 6706106.

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

Color convert

RGB18683102-
CMYK00.550.450.27
HSL348.93º42.74%52.75%-
HSV(B)348.93º55.38%72.94%-
XYZ25.7417.5814.61-
YUV115.96120.12177.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=50.13%
G=22.37%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868310200.550.450.27348.9342.7452.75
HexBA53660372D1B15d2b35
Octal27212314606755335355365
Binary1011101010100111100110011011110110111011101011101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5366; }

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

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

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

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

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

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

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

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