#BA5467

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

Shades of Blush #BA5467

Tints of Blush #BA5467

Color information

#BA5467 (or 0xBA5467) is unknown color: approx Blush. HEX triplet: BA, 54 and 67. RGB value is (186,84,103). Sum of RGB (Red+Green+Blue) = 186+84+103=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5467 is #45AB98. Grayscale: #747474. Windows color (decimal): -4565913 or 6771898. OLE color: 6771898.

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

Color convert

RGB18684103-
CMYK00.550.450.27
HSL348.82º42.5%52.94%-
HSV(B)348.82º54.84%72.94%-
XYZ25.8717.7614.9-
YUV116.66120.29177.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 103 (40.62% from 255) = 27.61%
R=49.87%
G=22.52%
B=27.61%

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
Decimal1868410300.550.450.27348.8242.552.94
HexBA54670372D1B15d2a35
Octal27212414706755335355265
Binary1011101010101001100111011011110110111011101011101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5467; }

 p { color: rgb(186,84,103); }

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

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

 a { background-color: rgb(186,84,103); }

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

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

 span { border-color: rgb(186,84,103); }

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