#B86466

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

Shades of Blush #B86466

Tints of Blush #B86466

Color information

#B86466 (or 0xB86466) is unknown color: approx Blush. HEX triplet: B8, 64 and 66. RGB value is (184,100,102). Sum of RGB (Red+Green+Blue) = 184+100+102=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B86466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86466 is #479B99. Grayscale: #7D7D7D. Windows color (decimal): -4692890 or 6710456. OLE color: 6710456.

HSL color Cylindrical-coordinate representation of color #B86466: hue angle of 358.57º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86466 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB184100102-
CMYK00.460.450.28
HSL358.57º37.17%55.69%-
HSV(B)358.57º45.65%72.16%-
XYZ26.7220.2615.07-
YUV125.34114.83169.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 100 (39.45% from 255) = 25.91%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=47.67%
G=25.91%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410010200.460.450.28358.5737.1755.69
HexB8646602E2D1C1672538
Octal27014414605655345474570
Binary1011100011001001100110010111010110111100101100111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86466; }

 p { color: rgb(184,100,102); }

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

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

 a { background-color: rgb(184,100,102); }

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

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

 span { border-color: rgb(184,100,102); }

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