#BA5F6F

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

Shades of Blush #BA5F6F

Tints of Blush #BA5F6F

Color information

#BA5F6F (or 0xBA5F6F) is unknown color: approx Blush. HEX triplet: BA, 5F and 6F. RGB value is (186,95,111). Sum of RGB (Red+Green+Blue) = 186+95+111=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5F6F is #45A090. Grayscale: #7C7C7C. Windows color (decimal): -4563089 or 7299002. OLE color: 7299002.

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

Color convert

RGB18695111-
CMYK00.490.400.27
HSL349.45º39.74%55.1%-
HSV(B)349.45º48.92%72.94%-
XYZ27.2119.7717.42-
YUV124.03120.65172.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 111 (43.75% from 255) = 28.32%
R=47.45%
G=24.23%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869511100.490.400.27349.4539.7455.1
HexBA5F6F031281B15d2837
Octal27213715706150335355067
Binary1011101010111111101111011000110100011011101011101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5F6F; }

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

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

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

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

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

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

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

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