#B86C9A

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

Shades of Bouquet #B86C9A

Tints of Bouquet #B86C9A

Color information

#B86C9A (or 0xB86C9A) is unknown color: approx Bouquet. HEX triplet: B8, 6C and 9A. RGB value is (184,108,154). Sum of RGB (Red+Green+Blue) = 184+108+154=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86C9A is #479365. Grayscale: #878787. Windows color (decimal): -4690790 or 10120376. OLE color: 10120376.

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

Color convert

RGB184108154-
CMYK00.410.160.28
HSL323.68º34.86%57.25%-
HSV(B)323.68º41.3%72.16%-
XYZ30.9623.2533.43-
YUV135.97138.18162.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 154 (60.55% from 255) = 34.53%
R=41.26%
G=24.22%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410815400.410.160.28323.6834.8657.25
HexB86C9A029101C1442339
Octal27015423205120345044371
Binary1011100011011001001101001010011000011100101000100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86C9A; }

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

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

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

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

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

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

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

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