#BA4D5B

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

Shades of Blush #BA4D5B

Tints of Blush #BA4D5B

Color information

#BA4D5B (or 0xBA4D5B) is unknown color: approx Blush. HEX triplet: BA, 4D and 5B. RGB value is (186,77,91). Sum of RGB (Red+Green+Blue) = 186+77+91=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D5B is #45B2A4. Grayscale: #6F6F6F. Windows color (decimal): -4567717 or 5983674. OLE color: 5983674.

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

Color convert

RGB1867791-
CMYK00.590.510.27
HSL352.29º44.13%51.57%-
HSV(B)352.29º58.6%72.94%-
XYZ24.7916.511.78-
YUV111.19116.61181.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=52.54%
G=21.75%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186779100.590.510.27352.2944.1351.57
HexBA4D5B03B331B1602c34
Octal27211513307363335405464
Binary1011101010011011011011011101111001111011101100000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4D5B; }

 p { color: rgb(186,77,91); }

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

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

 a { background-color: rgb(186,77,91); }

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

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

 span { border-color: rgb(186,77,91); }

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