#BA6076

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

Shades of Blush #BA6076

Tints of Blush #BA6076

Color information

#BA6076 (or 0xBA6076) is unknown color: approx Blush. HEX triplet: BA, 60 and 76. RGB value is (186,96,118). Sum of RGB (Red+Green+Blue) = 186+96+118=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6076 is #459F89. Grayscale: #7D7D7D. Windows color (decimal): -4562826 or 7758010. OLE color: 7758010.

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

Color convert

RGB18696118-
CMYK00.480.370.27
HSL345.33º39.47%55.29%-
HSV(B)345.33º48.39%72.94%-
XYZ27.720.1119.56-
YUV125.42123.82171.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=46.5%
G=24%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869611800.480.370.27345.3339.4755.29
HexBA6076030251B1592737
Octal27214016606045335314767
Binary1011101011000001110110011000010010111011101011001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6076; }

 p { color: rgb(186,96,118); }

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

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

 a { background-color: rgb(186,96,118); }

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

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

 span { border-color: rgb(186,96,118); }

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