#B586A1

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

Shades of Bouquet #B586A1

Tints of Bouquet #B586A1

Color information

#B586A1 (or 0xB586A1) is unknown color: approx Bouquet. HEX triplet: B5, 86 and A1. RGB value is (181,134,161). Sum of RGB (Red+Green+Blue) = 181+134+161=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B586A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B586A1 is #4A795E. Grayscale: #979797. Windows color (decimal): -4880735 or 10585781. OLE color: 10585781.

HSL color Cylindrical-coordinate representation of color #B586A1: hue angle of 325.53º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B586A1 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB181134161-
CMYK00.260.110.29
HSL325.53º24.1%61.76%-
HSV(B)325.53º25.97%70.98%-
XYZ34.0129.4537.61-
YUV151.13133.57149.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=38.03%
G=28.15%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113416100.260.110.29325.5324.161.76
HexB586A101AB1D146183e
Octal26520624103213355063076
Binary10110101100001101010000101101010111110110100011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B586A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B586A1; }

 p { color: rgb(181,134,161); }

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

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

 a { background-color: rgb(181,134,161); }

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

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

 span { border-color: rgb(181,134,161); }

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