#B86CA1

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

Shades of Bouquet #B86CA1

Tints of Bouquet #B86CA1

Color information

#B86CA1 (or 0xB86CA1) is unknown color: approx Bouquet. HEX triplet: B8, 6C and A1. RGB value is (184,108,161). Sum of RGB (Red+Green+Blue) = 184+108+161=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B86CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86CA1 is #47935E. Grayscale: #888888. Windows color (decimal): -4690783 or 10579128. OLE color: 10579128.

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

Color convert

RGB184108161-
CMYK00.410.120.28
HSL318.16º34.86%57.25%-
HSV(B)318.16º41.3%72.16%-
XYZ31.5623.4936.59-
YUV136.77141.68161.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 161 (63.28% from 255) = 35.54%
R=40.62%
G=23.84%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410816100.410.120.28318.1634.8657.25
HexB86CA1029C1C13e2339
Octal27015424105114344764371
Binary101110001101100101000010101001110011100100111110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86CA1; }

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

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

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

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

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

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

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

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