#B86A9D

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

Shades of Bouquet #B86A9D

Tints of Bouquet #B86A9D

Color information

#B86A9D (or 0xB86A9D) is unknown color: approx Bouquet. HEX triplet: B8, 6A and 9D. RGB value is (184,106,157). Sum of RGB (Red+Green+Blue) = 184+106+157=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86A9D is #479562. Grayscale: #878787. Windows color (decimal): -4691299 or 10316472. OLE color: 10316472.

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

Color convert

RGB184106157-
CMYK00.420.150.28
HSL320.77º35.45%56.86%-
HSV(B)320.77º42.39%72.16%-
XYZ31.0122.9334.69-
YUV135.14140.34162.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 106 (41.80% from 255) = 23.71%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=41.16%
G=23.71%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410615700.420.150.28320.7735.4556.86
HexB86A9D02AF1C1412339
Octal27015223505217345014371
Binary101110001101010100111010101010111111100101000001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A9D; }

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

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

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

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

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

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

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

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