#B47094

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

Shades of Bouquet #B47094

Tints of Bouquet #B47094

Color information

#B47094 (or 0xB47094) is unknown color: approx Bouquet. HEX triplet: B4, 70 and 94. RGB value is (180,112,148). Sum of RGB (Red+Green+Blue) = 180+112+148=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B47094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47094 is #4B8F6B. Grayscale: #888888. Windows color (decimal): -4951916 or 9728180. OLE color: 9728180.

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

Color convert

RGB180112148-
CMYK00.380.180.29
HSL328.24º31.19%57.25%-
HSV(B)328.24º37.78%70.59%-
XYZ29.9623.4330.96-
YUV136.44134.53159.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 112 (44.14% from 255) = 25.45%
BLUE value IS 148 (58.20% from 255) = 33.64%
R=40.91%
G=25.45%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011214800.380.180.29328.2431.1957.25
HexB47094026121D1481f39
Octal26416022404622355103771
Binary101101001110000100101000100110100101110110100100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47094; }

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

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

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

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

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

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

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

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