#B5809C

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

Shades of Bouquet #B5809C

Tints of Bouquet #B5809C

Color information

#B5809C (or 0xB5809C) is unknown color: approx Bouquet. HEX triplet: B5, 80 and 9C. RGB value is (181,128,156). Sum of RGB (Red+Green+Blue) = 181+128+156=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5809C is #4A7F63. Grayscale: #929292. Windows color (decimal): -4882276 or 10256565. OLE color: 10256565.

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

Color convert

RGB181128156-
CMYK00.290.140.29
HSL328.3º26.37%60.59%-
HSV(B)328.3º29.28%70.98%-
XYZ32.7827.6635.06-
YUV147.04133.06152.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 156 (61.33% from 255) = 33.55%
R=38.92%
G=27.53%
B=33.55%

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
Decimal18112815600.290.140.29328.326.3760.59
HexB5809C01DE1D1481a3d
Octal26520023403516355103275
Binary10110101100000001001110001110111101110110100100011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5809C; }

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

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

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

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

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

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

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

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