#B86173

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

Shades of Blush #B86173

Tints of Blush #B86173

Color information

#B86173 (or 0xB86173) is unknown color: approx Blush. HEX triplet: B8, 61 and 73. RGB value is (184,97,115). Sum of RGB (Red+Green+Blue) = 184+97+115=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B86173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86173 is #479E8C. Grayscale: #7D7D7D. Windows color (decimal): -4693645 or 7561656. OLE color: 7561656.

HSL color Cylindrical-coordinate representation of color #B86173: hue angle of 347.59º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86173 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18497115-
CMYK00.470.380.28
HSL347.59º37.99%55.1%-
HSV(B)347.59º47.28%72.16%-
XYZ27.1419.9818.65-
YUV125.06122.32170.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 115 (45.31% from 255) = 29.04%
R=46.46%
G=24.49%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849711500.470.380.28347.5937.9955.1
HexB8617302F261C15c2637
Octal27014116305746345344667
Binary1011100011000011110011010111110011011100101011100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86173; }

 p { color: rgb(184,97,115); }

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

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

 a { background-color: rgb(184,97,115); }

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

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

 span { border-color: rgb(184,97,115); }

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