#B86064

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

Shades of Blush #B86064

Tints of Blush #B86064

Color information

#B86064 (or 0xB86064) is unknown color: approx Blush. HEX triplet: B8, 60 and 64. RGB value is (184,96,100). Sum of RGB (Red+Green+Blue) = 184+96+100=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B86064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86064 is #479F9B. Grayscale: #7A7A7A. Windows color (decimal): -4693916 or 6578360. OLE color: 6578360.

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

Color convert

RGB18496100-
CMYK00.480.460.28
HSL357.27º38.26%54.9%-
HSV(B)357.27º47.83%72.16%-
XYZ26.2519.4814.43-
YUV122.77115.15171.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.42%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 100 (39.45% from 255) = 26.32%
R=48.42%
G=25.26%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849610000.480.460.28357.2738.2654.9
HexB860640302E1C1652637
Octal27014014406056345454667
Binary1011100011000001100100011000010111011100101100101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86064; }

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

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

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

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

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

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

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

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