#B47794

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

Shades of Bouquet #B47794

Tints of Bouquet #B47794

Color information

#B47794 (or 0xB47794) is unknown color: approx Bouquet. HEX triplet: B4, 77 and 94. RGB value is (180,119,148). Sum of RGB (Red+Green+Blue) = 180+119+148=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B47794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47794 is #4B886B. Grayscale: #8C8C8C. Windows color (decimal): -4950124 or 9729972. OLE color: 9729972.

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

Color convert

RGB180119148-
CMYK00.340.180.29
HSL331.48º28.91%58.63%-
HSV(B)331.48º33.89%70.59%-
XYZ30.7625.0431.23-
YUV140.55132.21156.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 148 (58.20% from 255) = 33.11%
R=40.27%
G=26.62%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011914800.340.180.29331.4828.9158.63
HexB47794022121D14b1d3b
Octal26416722404222355133573
Binary101101001110111100101000100010100101110110100101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47794; }

 p { color: rgb(180,119,148); }

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

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

 a { background-color: rgb(180,119,148); }

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

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

 span { border-color: rgb(180,119,148); }

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