#B5809B

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

Shades of Bouquet #B5809B

Tints of Bouquet #B5809B

Color information

#B5809B (or 0xB5809B) is unknown color: approx Bouquet. HEX triplet: B5, 80 and 9B. RGB value is (181,128,155). Sum of RGB (Red+Green+Blue) = 181+128+155=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B5809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5809B is #4A7F64. Grayscale: #929292. Windows color (decimal): -4882277 or 10191029. OLE color: 10191029.

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

Color convert

RGB181128155-
CMYK00.290.140.29
HSL329.43º26.37%60.59%-
HSV(B)329.43º29.28%70.98%-
XYZ32.6927.6334.62-
YUV146.93132.56152.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 155 (60.94% from 255) = 33.41%
R=39.01%
G=27.59%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112815500.290.140.29329.4326.3760.59
HexB5809B01DE1D1491a3d
Octal26520023303516355113275
Binary10110101100000001001101101110111101110110100100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5809B; }

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

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

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

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

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

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

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

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