#B5859D

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

Shades of Bouquet #B5859D

Tints of Bouquet #B5859D

Color information

#B5859D (or 0xB5859D) is unknown color: approx Bouquet. HEX triplet: B5, 85 and 9D. RGB value is (181,133,157). Sum of RGB (Red+Green+Blue) = 181+133+157=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5859D is #4A7A62. Grayscale: #969696. Windows color (decimal): -4880995 or 10323381. OLE color: 10323381.

HSL color Cylindrical-coordinate representation of color #B5859D: hue angle of 330º 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 #B5859D is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB181133157-
CMYK00.270.130.29
HSL330º24.49%61.57%-
HSV(B)330º26.52%70.98%-
XYZ33.5329.0335.74-
YUV150.09131.9150.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 157 (61.72% from 255) = 33.33%
R=38.43%
G=28.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113315700.270.130.2933024.4961.57
HexB5859D01BD1D14a183e
Octal26520523503315355123076
Binary10110101100001011001110101101111011110110100101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5859D; }

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

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

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

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

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

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

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

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