#B47095

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

Shades of Bouquet #B47095

Tints of Bouquet #B47095

Color information

#B47095 (or 0xB47095) is unknown color: approx Bouquet. HEX triplet: B4, 70 and 95. RGB value is (180,112,149). Sum of RGB (Red+Green+Blue) = 180+112+149=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B47095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47095 is #4B8F6A. Grayscale: #888888. Windows color (decimal): -4951915 or 9793716. OLE color: 9793716.

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

Color convert

RGB180112149-
CMYK00.380.170.29
HSL327.35º31.19%57.25%-
HSV(B)327.35º37.78%70.59%-
XYZ30.0423.4631.38-
YUV136.55135.03158.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 149 (58.59% from 255) = 33.79%
R=40.82%
G=25.40%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011214900.380.170.29327.3531.1957.25
HexB47095026111D1471f39
Octal26416022504621355073771
Binary101101001110000100101010100110100011110110100011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47095; }

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

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

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

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

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

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

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

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