#B86FA2

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

Shades of Bouquet #B86FA2

Tints of Bouquet #B86FA2

Color information

#B86FA2 (or 0xB86FA2) is unknown color: approx Bouquet. HEX triplet: B8, 6F and A2. RGB value is (184,111,162). Sum of RGB (Red+Green+Blue) = 184+111+162=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B86FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86FA2 is #47905D. Grayscale: #8A8A8A. Windows color (decimal): -4690014 or 10645432. OLE color: 10645432.

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

Color convert

RGB184111162-
CMYK00.400.120.28
HSL318.08º33.95%57.84%-
HSV(B)318.08º39.67%72.16%-
XYZ31.9724.1737.16-
YUV138.64141.18160.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 162 (63.67% from 255) = 35.45%
R=40.26%
G=24.29%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411116200.400.120.28318.0833.9557.84
HexB86FA2028C1C13e223a
Octal27015724205014344764272
Binary101110001101111101000100101000110011100100111110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86FA2; }

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

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

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

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

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

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

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

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