#B4809D

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

Shades of Bouquet #B4809D

Tints of Bouquet #B4809D

Color information

#B4809D (or 0xB4809D) is unknown color: approx Bouquet. HEX triplet: B4, 80 and 9D. RGB value is (180,128,157). Sum of RGB (Red+Green+Blue) = 180+128+157=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4809D is #4B7F62. Grayscale: #929292. Windows color (decimal): -4947811 or 10322100. OLE color: 10322100.

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

Color convert

RGB180128157-
CMYK00.290.130.29
HSL326.54º25.74%60.39%-
HSV(B)326.54º28.89%70.59%-
XYZ32.6327.5835.5-
YUV146.85133.73151.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 157 (61.72% from 255) = 33.76%
R=38.71%
G=27.53%
B=33.76%

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
Decimal18012815700.290.130.29326.5425.7460.39
HexB4809D01DD1D1471a3c
Octal26420023503515355073274
Binary10110100100000001001110101110111011110110100011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4809D; }

 p { color: rgb(180,128,157); }

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

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

 a { background-color: rgb(180,128,157); }

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

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

 span { border-color: rgb(180,128,157); }

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