#B86F9E

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

Shades of Bouquet #B86F9E

Tints of Bouquet #B86F9E

Color information

#B86F9E (or 0xB86F9E) is unknown color: approx Bouquet. HEX triplet: B8, 6F and 9E. RGB value is (184,111,158). Sum of RGB (Red+Green+Blue) = 184+111+158=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86F9E is #479061. Grayscale: #8A8A8A. Windows color (decimal): -4690018 or 10383288. OLE color: 10383288.

HSL color Cylindrical-coordinate representation of color #B86F9E: hue angle of 321.37º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86F9E is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB184111158-
CMYK00.400.140.28
HSL321.37º33.95%57.84%-
HSV(B)321.37º39.67%72.16%-
XYZ31.6224.0335.32-
YUV138.18139.18160.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=40.62%
G=24.50%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411115800.400.140.28321.3733.9557.84
HexB86F9E028E1C141223a
Octal27015723605016345014272
Binary101110001101111100111100101000111011100101000001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86F9E; }

 p { color: rgb(184,111,158); }

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

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

 a { background-color: rgb(184,111,158); }

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

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

 span { border-color: rgb(184,111,158); }

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