#BA4D61

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

Shades of Blush #BA4D61

Tints of Blush #BA4D61

Color information

#BA4D61 (or 0xBA4D61) is unknown color: approx Blush. HEX triplet: BA, 4D and 61. RGB value is (186,77,97). Sum of RGB (Red+Green+Blue) = 186+77+97=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4D61 is #45B29E. Grayscale: #6F6F6F. Windows color (decimal): -4567711 or 6376890. OLE color: 6376890.

HSL color Cylindrical-coordinate representation of color #BA4D61: hue angle of 348.99º 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 #BA4D61 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1867797-
CMYK00.590.480.27
HSL348.99º44.13%51.57%-
HSV(B)348.99º58.6%72.94%-
XYZ25.0616.6113.19-
YUV111.87119.61180.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=51.67%
G=21.39%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186779700.590.480.27348.9944.1351.57
HexBA4D6103B301B15d2c34
Octal27211514107360335355464
Binary1011101010011011100001011101111000011011101011101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4D61; }

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

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

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

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

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

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

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

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