#B86E9C

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

Shades of Bouquet #B86E9C

Tints of Bouquet #B86E9C

Color information

#B86E9C (or 0xB86E9C) is unknown color: approx Bouquet. HEX triplet: B8, 6E and 9C. RGB value is (184,110,156). Sum of RGB (Red+Green+Blue) = 184+110+156=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86E9C is #479163. Grayscale: #898989. Windows color (decimal): -4690276 or 10251960. OLE color: 10251960.

HSL color Cylindrical-coordinate representation of color #B86E9C: hue angle of 322.7º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86E9C is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB184110156-
CMYK00.400.150.28
HSL322.7º34.26%57.65%-
HSV(B)322.7º40.22%72.16%-
XYZ31.3423.7434.38-
YUV137.37138.52161.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 156 (61.33% from 255) = 34.67%
R=40.89%
G=24.44%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411015600.400.150.28322.734.2657.65
HexB86E9C028F1C143223a
Octal27015623405017345034272
Binary101110001101110100111000101000111111100101000011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86E9C; }

 p { color: rgb(184,110,156); }

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

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

 a { background-color: rgb(184,110,156); }

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

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

 span { border-color: rgb(184,110,156); }

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