#BA6172

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

Shades of Blush #BA6172

Tints of Blush #BA6172

Color information

#BA6172 (or 0xBA6172) is unknown color: approx Blush. HEX triplet: BA, 61 and 72. RGB value is (186,97,114). Sum of RGB (Red+Green+Blue) = 186+97+114=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6172 is #459E8D. Grayscale: #7D7D7D. Windows color (decimal): -4562574 or 7496122. OLE color: 7496122.

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

Color convert

RGB18697114-
CMYK00.480.390.27
HSL348.54º39.21%55.49%-
HSV(B)348.54º47.85%72.94%-
XYZ27.5620.218.37-
YUV125.55121.49171.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=46.85%
G=24.43%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869711400.480.390.27348.5439.2155.49
HexBA6172030271B15d2737
Octal27214116206047335354767
Binary1011101011000011110010011000010011111011101011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6172; }

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

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

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

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

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

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

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

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