#B47994

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

Shades of Bouquet #B47994

Tints of Bouquet #B47994

Color information

#B47994 (or 0xB47994) is unknown color: approx Bouquet. HEX triplet: B4, 79 and 94. RGB value is (180,121,148). Sum of RGB (Red+Green+Blue) = 180+121+148=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B47994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47994 is #4B866B. Grayscale: #8D8D8D. Windows color (decimal): -4949612 or 9730484. OLE color: 9730484.

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

Color convert

RGB180121148-
CMYK00.330.180.29
HSL332.54º28.23%59.02%-
HSV(B)332.54º32.78%70.59%-
XYZ31.0125.5231.31-
YUV141.72131.55155.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=40.09%
G=26.95%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012114800.330.180.29332.5428.2359.02
HexB47994021121D14d1c3b
Octal26417122404122355153473
Binary101101001111001100101000100001100101110110100110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47994; }

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

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

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

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

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

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

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

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