#BA6569

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

Shades of Blush #BA6569

Tints of Blush #BA6569

Color information

#BA6569 (or 0xBA6569) is unknown color: approx Blush. HEX triplet: BA, 65 and 69. RGB value is (186,101,105). Sum of RGB (Red+Green+Blue) = 186+101+105=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6569 is #459A96. Grayscale: #7E7E7E. Windows color (decimal): -4561559 or 6907322. OLE color: 6907322.

HSL color Cylindrical-coordinate representation of color #BA6569: hue angle of 357.18º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6569 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB186101105-
CMYK00.460.440.27
HSL357.18º38.12%56.27%-
HSV(B)357.18º45.7%72.94%-
XYZ27.4520.7715.93-
YUV126.87115.66170.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=47.45%
G=25.77%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610110500.460.440.27357.1838.1256.27
HexBA656902E2C1B1652638
Octal27214515105654335454670
Binary1011101011001011101001010111010110011011101100101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6569; }

 p { color: rgb(186,101,105); }

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

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

 a { background-color: rgb(186,101,105); }

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

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

 span { border-color: rgb(186,101,105); }

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