#BA4867

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

Shades of Blush #BA4867

Tints of Blush #BA4867

Color information

#BA4867 (or 0xBA4867) is unknown color: approx Blush. HEX triplet: BA, 48 and 67. RGB value is (186,72,103). Sum of RGB (Red+Green+Blue) = 186+72+103=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4867 is #45B798. Grayscale: #6D6D6D. Windows color (decimal): -4568985 or 6768826. OLE color: 6768826.

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

Color convert

RGB18672103-
CMYK00.610.450.27
HSL343.68º45.24%50.59%-
HSV(B)343.68º61.29%72.94%-
XYZ25.0216.0514.61-
YUV109.62124.27182.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 103 (40.62% from 255) = 28.53%
R=51.52%
G=19.94%
B=28.53%

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
Decimal1867210300.610.450.27343.6845.2450.59
HexBA486703D2D1B1582d33
Octal27211014707555335305563
Binary1011101010010001100111011110110110111011101011000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4867; }

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

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

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

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

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

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

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

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