#B4809A

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

Shades of Bouquet #B4809A

Tints of Bouquet #B4809A

Color information

#B4809A (or 0xB4809A) is unknown color: approx Bouquet. HEX triplet: B4, 80 and 9A. RGB value is (180,128,154). Sum of RGB (Red+Green+Blue) = 180+128+154=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B4809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4809A is #4B7F65. Grayscale: #929292. Windows color (decimal): -4947814 or 10125492. OLE color: 10125492.

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

Color convert

RGB180128154-
CMYK00.290.140.29
HSL330º25.74%60.39%-
HSV(B)330º28.89%70.59%-
XYZ32.3727.4734.17-
YUV146.51132.23151.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 154 (60.55% from 255) = 33.33%
R=38.96%
G=27.71%
B=33.33%

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
Decimal18012815400.290.140.2933025.7460.39
HexB4809A01DE1D14a1a3c
Octal26420023203516355123274
Binary10110100100000001001101001110111101110110100101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4809A; }

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

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

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

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

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

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

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

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