#B86B9A

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

Shades of Bouquet #B86B9A

Tints of Bouquet #B86B9A

Color information

#B86B9A (or 0xB86B9A) is unknown color: approx Bouquet. HEX triplet: B8, 6B and 9A. RGB value is (184,107,154). Sum of RGB (Red+Green+Blue) = 184+107+154=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86B9A is #479465. Grayscale: #878787. Windows color (decimal): -4691046 or 10120120. OLE color: 10120120.

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

Color convert

RGB184107154-
CMYK00.420.160.28
HSL323.38º35.16%57.06%-
HSV(B)323.38º41.85%72.16%-
XYZ30.8623.0433.39-
YUV135.38138.51162.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=41.35%
G=24.04%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410715400.420.160.28323.3835.1657.06
HexB86B9A02A101C1432339
Octal27015323205220345034371
Binary1011100011010111001101001010101000011100101000011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B9A; }

 p { color: rgb(184,107,154); }

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

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

 a { background-color: rgb(184,107,154); }

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

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

 span { border-color: rgb(184,107,154); }

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