#B86FA6

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

Shades of Bouquet #B86FA6

Tints of Bouquet #B86FA6

Color information

#B86FA6 (or 0xB86FA6) is unknown color: approx Bouquet. HEX triplet: B8, 6F and A6. RGB value is (184,111,166). Sum of RGB (Red+Green+Blue) = 184+111+166=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B86FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86FA6 is #479059. Grayscale: #8A8A8A. Windows color (decimal): -4690010 or 10907576. OLE color: 10907576.

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

Color convert

RGB184111166-
CMYK00.400.100.28
HSL314.79º33.95%57.84%-
HSV(B)314.79º39.67%72.16%-
XYZ32.3324.3139.06-
YUV139.1143.18160.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 166 (65.23% from 255) = 36.01%
R=39.91%
G=24.08%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411116600.400.100.28314.7933.9557.84
HexB86FA6028A1C13b223a
Octal27015724605012344734272
Binary101110001101111101001100101000101011100100111011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FA6; }

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

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

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

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

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

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

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

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