#B86174

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

Shades of Blush #B86174

Tints of Blush #B86174

Color information

#B86174 (or 0xB86174) is unknown color: approx Blush. HEX triplet: B8, 61 and 74. RGB value is (184,97,116). Sum of RGB (Red+Green+Blue) = 184+97+116=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B86174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86174 is #479E8B. Grayscale: #7D7D7D. Windows color (decimal): -4693644 or 7627192. OLE color: 7627192.

HSL color Cylindrical-coordinate representation of color #B86174: hue angle of 346.9º 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 #B86174 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB18497116-
CMYK00.470.370.28
HSL346.9º37.99%55.1%-
HSV(B)346.9º47.28%72.16%-
XYZ27.192018.95-
YUV125.18122.82169.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.35%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 116 (45.70% from 255) = 29.22%
R=46.35%
G=24.43%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849711600.470.370.28346.937.9955.1
HexB8617402F251C15b2637
Octal27014116405745345334667
Binary1011100011000011110100010111110010111100101011011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86174; }

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

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

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

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

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

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

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

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