#B5809E

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

Shades of Bouquet #B5809E

Tints of Bouquet #B5809E

Color information

#B5809E (or 0xB5809E) is unknown color: approx Bouquet. HEX triplet: B5, 80 and 9E. RGB value is (181,128,158). Sum of RGB (Red+Green+Blue) = 181+128+158=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5809E is #4A7F61. Grayscale: #939393. Windows color (decimal): -4882274 or 10387637. OLE color: 10387637.

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

Color convert

RGB181128158-
CMYK00.290.130.29
HSL326.04º26.37%60.59%-
HSV(B)326.04º29.28%70.98%-
XYZ32.9527.7335.96-
YUV147.27134.06152.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=38.76%
G=27.41%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112815800.290.130.29326.0426.3760.59
HexB5809E01DD1D1461a3d
Octal26520023603515355063275
Binary10110101100000001001111001110111011110110100011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5809E; }

 p { color: rgb(181,128,158); }

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

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

 a { background-color: rgb(181,128,158); }

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

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

 span { border-color: rgb(181,128,158); }

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