#B4809E

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

Shades of Bouquet #B4809E

Tints of Bouquet #B4809E

Color information

#B4809E (or 0xB4809E) is unknown color: approx Bouquet. HEX triplet: B4, 80 and 9E. RGB value is (180,128,158). Sum of RGB (Red+Green+Blue) = 180+128+158=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B4809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4809E is #4B7F61. Grayscale: #929292. Windows color (decimal): -4947810 or 10387636. OLE color: 10387636.

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

Color convert

RGB180128158-
CMYK00.290.120.29
HSL325.38º25.74%60.39%-
HSV(B)325.38º28.89%70.59%-
XYZ32.7127.6135.95-
YUV146.97134.23151.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 158 (62.11% from 255) = 33.91%
R=38.63%
G=27.47%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012815800.290.120.29325.3825.7460.39
HexB4809E01DC1D1451a3c
Octal26420023603514355053274
Binary10110100100000001001111001110111001110110100010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4809E; }

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

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

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

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

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

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

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

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