#B4809C

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

Shades of Bouquet #B4809C

Tints of Bouquet #B4809C

Color information

#B4809C (or 0xB4809C) is unknown color: approx Bouquet. HEX triplet: B4, 80 and 9C. RGB value is (180,128,156). Sum of RGB (Red+Green+Blue) = 180+128+156=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4809C is #4B7F63. Grayscale: #929292. Windows color (decimal): -4947812 or 10256564. OLE color: 10256564.

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

Color convert

RGB180128156-
CMYK00.290.130.29
HSL327.69º25.74%60.39%-
HSV(B)327.69º28.89%70.59%-
XYZ32.5427.5435.05-
YUV146.74133.23151.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=38.79%
G=27.59%
B=33.62%

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
Decimal18012815600.290.130.29327.6925.7460.39
HexB4809C01DD1D1481a3c
Octal26420023403515355103274
Binary10110100100000001001110001110111011110110100100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4809C; }

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

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

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

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

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

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

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

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