#B5899F

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

Shades of Bouquet #B5899F

Tints of Bouquet #B5899F

Color information

#B5899F (or 0xB5899F) is unknown color: approx Bouquet. HEX triplet: B5, 89 and 9F. RGB value is (181,137,159). Sum of RGB (Red+Green+Blue) = 181+137+159=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B5899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5899F is #4A7660. Grayscale: #989898. Windows color (decimal): -4879969 or 10455477. OLE color: 10455477.

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

Color convert

RGB181137159-
CMYK00.240.120.29
HSL330º22.92%62.35%-
HSV(B)330º24.31%70.98%-
XYZ34.2630.2236.83-
YUV152.66131.58148.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 137 (53.91% from 255) = 28.72%
BLUE value IS 159 (62.5% from 255) = 33.33%
R=37.95%
G=28.72%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113715900.240.120.2933022.9262.35
HexB5899F018C1D14a173e
Octal26521123703014355122776
Binary10110101100010011001111101100011001110110100101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5899F; }

 p { color: rgb(181,137,159); }

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

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

 a { background-color: rgb(181,137,159); }

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

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

 span { border-color: rgb(181,137,159); }

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