Html Css Color HEX #BA4961 Blush

📋 copy color: '#BA4961'

red 186 ◦ green 73 ◦ blue 97

#BA4961
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #BA4961

Tints of Blush #BA4961

RGB

 RED value IS 186 (73.05% from 255) = 52.25%

 GREEN value IS 73 (28.91% from 255) = 20.51%

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 52.25%
G = 20.51%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA4961 (or 0xBA4961) is known color: Blush. HEX triplet: BA, 49 and 61. RGB value is (186,73,97). Sum of RGB (Red+Green+Blue) = 186+73+97=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4961 is #45B69E. Grayscale: #6D6D6D. Windows color (decimal): -4568735 or 6375866. OLE color: 6375866.

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

Color convert

RGB 186 73 97 -
CMYK 0 0.61 0.48 0.27
HSL 347.26º 0.45% 0.51% -
HSV(B) 347.26º 0.61% 0.73% -
XYZ 24.79 16.07 13.1 -
YUV 109.52 120.94 182.55 -
System Red Green Blue C M Y K H S L
Decimal 186 73 97 0 0.61 0.48 0.27 347.26 0.45 0.51
Hex BA 49 61 0 3D 30 1B 15B 2D 33
Octal 272 111 141 0 75 60 33 533 55 63
Binary 10111010 1001001 1100001 0 111101 110000 11011 101011011 101101 110011

Color Harmonies of #BA4961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4961

Black with #BA4961

Text Example


Text Example

White with #BA4961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4961; }

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

 H1.HeaderClassName
 {
   color: #BA4961;
 }
 .AnyTagClassName
 {
   color: #BA4961;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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