#BA5D68

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

Shades of Blush #BA5D68

Tints of Blush #BA5D68

Color information

#BA5D68 (or 0xBA5D68) is unknown color: approx Blush. HEX triplet: BA, 5D and 68. RGB value is (186,93,104). Sum of RGB (Red+Green+Blue) = 186+93+104=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D68 is #45A297. Grayscale: #7A7A7A. Windows color (decimal): -4563608 or 6839738. OLE color: 6839738.

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

Color convert

RGB18693104-
CMYK00.50.440.27
HSL352.9º40.26%54.71%-
HSV(B)352.9º50%72.94%-
XYZ26.6619.2715.41-
YUV122.06117.81173.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=48.56%
G=24.28%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869310400.50.440.27352.940.2654.71
HexBA5D680322C1B1612837
Octal27213515006254335415067
Binary1011101010111011101000011001010110011011101100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D68; }

 p { color: rgb(186,93,104); }

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

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

 a { background-color: rgb(186,93,104); }

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

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

 span { border-color: rgb(186,93,104); }

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