#BA5C65

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

Shades of Blush #BA5C65

Tints of Blush #BA5C65

Color information

#BA5C65 (or 0xBA5C65) is unknown color: approx Blush. HEX triplet: BA, 5C and 65. RGB value is (186,92,101). Sum of RGB (Red+Green+Blue) = 186+92+101=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C65 is #45A39A. Grayscale: #797979. Windows color (decimal): -4563867 or 6642874. OLE color: 6642874.

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

Color convert

RGB18692101-
CMYK00.510.460.27
HSL354.26º40.52%54.51%-
HSV(B)354.26º50.54%72.94%-
XYZ26.4319.0314.59-
YUV121.13116.64174.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 101 (39.84% from 255) = 26.65%
R=49.08%
G=24.27%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869210100.510.460.27354.2640.5254.51
HexBA5C650332E1B1622937
Octal27213414506356335425167
Binary1011101010111001100101011001110111011011101100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C65; }

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

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

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

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

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

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

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

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