#B86AA3

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

Shades of Bouquet #B86AA3

Tints of Bouquet #B86AA3

Color information

#B86AA3 (or 0xB86AA3) is unknown color: approx Bouquet. HEX triplet: B8, 6A and A3. RGB value is (184,106,163). Sum of RGB (Red+Green+Blue) = 184+106+163=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B86AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86AA3 is #47955C. Grayscale: #878787. Windows color (decimal): -4691293 or 10709688. OLE color: 10709688.

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

Color convert

RGB184106163-
CMYK00.420.110.28
HSL316.15º35.45%56.86%-
HSV(B)316.15º42.39%72.16%-
XYZ31.5323.1437.46-
YUV135.82143.34162.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 163 (64.06% from 255) = 35.98%
R=40.62%
G=23.40%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410616300.420.110.28316.1535.4556.86
HexB86AA302AB1C13c2339
Octal27015224305213344744371
Binary101110001101010101000110101010101111100100111100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86AA3; }

 p { color: rgb(184,106,163); }

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

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

 a { background-color: rgb(184,106,163); }

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

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

 span { border-color: rgb(184,106,163); }

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