#B86C9F

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

Shades of Bouquet #B86C9F

Tints of Bouquet #B86C9F

Color information

#B86C9F (or 0xB86C9F) is unknown color: approx Bouquet. HEX triplet: B8, 6C and 9F. RGB value is (184,108,159). Sum of RGB (Red+Green+Blue) = 184+108+159=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86C9F is #479360. Grayscale: #888888. Windows color (decimal): -4690785 or 10448056. OLE color: 10448056.

HSL color Cylindrical-coordinate representation of color #B86C9F: hue angle of 319.74º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86C9F is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB184108159-
CMYK00.410.140.28
HSL319.74º34.86%57.25%-
HSV(B)319.74º41.3%72.16%-
XYZ31.3923.4235.67-
YUV136.54140.68161.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=40.80%
G=23.95%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410815900.410.140.28319.7434.8657.25
HexB86C9F029E1C1402339
Octal27015423705116345004371
Binary101110001101100100111110101001111011100101000000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86C9F; }

 p { color: rgb(184,108,159); }

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

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

 a { background-color: rgb(184,108,159); }

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

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

 span { border-color: rgb(184,108,159); }

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