#B5899D

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

Shades of Bouquet #B5899D

Tints of Bouquet #B5899D

Color information

#B5899D (or 0xB5899D) is unknown color: approx Bouquet. HEX triplet: B5, 89 and 9D. RGB value is (181,137,157). Sum of RGB (Red+Green+Blue) = 181+137+157=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B5899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5899D is #4A7662. Grayscale: #989898. Windows color (decimal): -4879971 or 10324405. OLE color: 10324405.

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

Color convert

RGB181137157-
CMYK00.240.130.29
HSL332.73º22.92%62.35%-
HSV(B)332.73º24.31%70.98%-
XYZ34.0930.1535.92-
YUV152.44130.58148.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=38.11%
G=28.84%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113715700.240.130.29332.7322.9262.35
HexB5899D018D1D14d173e
Octal26521123503015355152776
Binary10110101100010011001110101100011011110110100110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5899D; }

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

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

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

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

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

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

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

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