#BA606F

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

Shades of Blush #BA606F

Tints of Blush #BA606F

Color information

#BA606F (or 0xBA606F) is unknown color: approx Blush. HEX triplet: BA, 60 and 6F. RGB value is (186,96,111). Sum of RGB (Red+Green+Blue) = 186+96+111=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA606F is #459F90. Grayscale: #7C7C7C. Windows color (decimal): -4562833 or 7299258. OLE color: 7299258.

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

Color convert

RGB18696111-
CMYK00.480.400.27
HSL350º39.47%55.29%-
HSV(B)350º48.39%72.94%-
XYZ27.319.9517.45-
YUV124.62120.32171.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=47.33%
G=24.43%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869611100.480.400.2735039.4755.29
HexBA606F030281B15e2737
Octal27214015706050335364767
Binary1011101011000001101111011000010100011011101011110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA606F; }

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

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

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

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

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

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

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

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