#B86066

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

Shades of Blush #B86066

Tints of Blush #B86066

Color information

#B86066 (or 0xB86066) is unknown color: approx Blush. HEX triplet: B8, 60 and 66. RGB value is (184,96,102). Sum of RGB (Red+Green+Blue) = 184+96+102=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B86066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86066 is #479F99. Grayscale: #7B7B7B. Windows color (decimal): -4693914 or 6709432. OLE color: 6709432.

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

Color convert

RGB18496102-
CMYK00.480.450.28
HSL355.91º38.26%54.9%-
HSV(B)355.91º47.83%72.16%-
XYZ26.3519.5214.95-
YUV123116.15171.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 96 (37.89% from 255) = 25.13%
BLUE value IS 102 (40.23% from 255) = 26.70%
R=48.17%
G=25.13%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849610200.480.450.28355.9138.2654.9
HexB860660302D1C1642637
Octal27014014606055345444667
Binary1011100011000001100110011000010110111100101100100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86066; }

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

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

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

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

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

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

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

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