#B5859C

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

Shades of Bouquet #B5859C

Tints of Bouquet #B5859C

Color information

#B5859C (or 0xB5859C) is unknown color: approx Bouquet. HEX triplet: B5, 85 and 9C. RGB value is (181,133,156). Sum of RGB (Red+Green+Blue) = 181+133+156=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5859C is #4A7A63. Grayscale: #959595. Windows color (decimal): -4880996 or 10257845. OLE color: 10257845.

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

Color convert

RGB181133156-
CMYK00.270.140.29
HSL331.25º24.49%61.57%-
HSV(B)331.25º26.52%70.98%-
XYZ33.442935.29-
YUV149.97131.4150.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 133 (52.34% from 255) = 28.30%
BLUE value IS 156 (61.33% from 255) = 33.19%
R=38.51%
G=28.30%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113315600.270.140.29331.2524.4961.57
HexB5859C01BE1D14b183e
Octal26520523403316355133076
Binary10110101100001011001110001101111101110110100101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5859C; }

 p { color: rgb(181,133,156); }

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

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

 a { background-color: rgb(181,133,156); }

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

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

 span { border-color: rgb(181,133,156); }

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