#B86063

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

Shades of Blush #B86063

Tints of Blush #B86063

Color information

#B86063 (or 0xB86063) is unknown color: approx Blush. HEX triplet: B8, 60 and 63. RGB value is (184,96,99). Sum of RGB (Red+Green+Blue) = 184+96+99=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B86063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86063 is #479F9C. Grayscale: #7A7A7A. Windows color (decimal): -4693917 or 6512824. OLE color: 6512824.

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

Color convert

RGB1849699-
CMYK00.480.460.28
HSL357.95º38.26%54.9%-
HSV(B)357.95º47.83%72.16%-
XYZ26.219.4614.18-
YUV122.65114.65171.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.55%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 99 (39.06% from 255) = 26.12%
R=48.55%
G=25.33%
B=26.12%

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
Decimal184969900.480.460.28357.9538.2654.9
HexB860630302E1C1662637
Octal27014014306056345464667
Binary1011100011000001100011011000010111011100101100110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86063; }

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

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

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

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

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

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

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

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