#B86CA3

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

Shades of Bouquet #B86CA3

Tints of Bouquet #B86CA3

Color information

#B86CA3 (or 0xB86CA3) is unknown color: approx Bouquet. HEX triplet: B8, 6C and A3. RGB value is (184,108,163). Sum of RGB (Red+Green+Blue) = 184+108+163=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B86CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86CA3 is #47935C. Grayscale: #888888. Windows color (decimal): -4690781 or 10710200. OLE color: 10710200.

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

Color convert

RGB184108163-
CMYK00.410.110.28
HSL316.58º34.86%57.25%-
HSV(B)316.58º41.3%72.16%-
XYZ31.7423.5637.52-
YUV136.99142.68161.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 108 (42.58% from 255) = 23.74%
BLUE value IS 163 (64.06% from 255) = 35.82%
R=40.44%
G=23.74%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410816300.410.110.28316.5834.8657.25
HexB86CA3029B1C13d2339
Octal27015424305113344754371
Binary101110001101100101000110101001101111100100111101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86CA3; }

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

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

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

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

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

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

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

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