#BA4667

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

Shades of Blush #BA4667

Tints of Blush #BA4667

Color information

#BA4667 (or 0xBA4667) is unknown color: approx Blush. HEX triplet: BA, 46 and 67. RGB value is (186,70,103). Sum of RGB (Red+Green+Blue) = 186+70+103=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4667 is #45B998. Grayscale: #6C6C6C. Windows color (decimal): -4569497 or 6768314. OLE color: 6768314.

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

Color convert

RGB18670103-
CMYK00.620.450.27
HSL342.93º45.67%50.2%-
HSV(B)342.93º62.37%72.94%-
XYZ24.8915.814.57-
YUV108.45124.93183.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 103 (40.62% from 255) = 28.69%
R=51.81%
G=19.50%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867010300.620.450.27342.9345.6750.2
HexBA466703E2D1B1572e32
Octal27210614707655335275662
Binary1011101010001101100111011111010110111011101010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4667; }

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

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

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

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

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

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

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

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