#B47494

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

Shades of Bouquet #B47494

Tints of Bouquet #B47494

Color information

#B47494 (or 0xB47494) is unknown color: approx Bouquet. HEX triplet: B4, 74 and 94. RGB value is (180,116,148). Sum of RGB (Red+Green+Blue) = 180+116+148=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B47494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47494 is #4B8B6B. Grayscale: #8A8A8A. Windows color (decimal): -4950892 or 9729204. OLE color: 9729204.

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

Color convert

RGB180116148-
CMYK00.360.180.29
HSL330º29.91%58.04%-
HSV(B)330º35.56%70.59%-
XYZ30.4124.3331.11-
YUV138.78133.2157.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 148 (58.20% from 255) = 33.33%
R=40.54%
G=26.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011614800.360.180.2933029.9158.04
HexB47494024121D14a1e3a
Octal26416422404422355123672
Binary101101001110100100101000100100100101110110100101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47494; }

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

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

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

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

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

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

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

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