#B47097

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

Shades of Bouquet #B47097

Tints of Bouquet #B47097

Color information

#B47097 (or 0xB47097) is unknown color: approx Bouquet. HEX triplet: B4, 70 and 97. RGB value is (180,112,151). Sum of RGB (Red+Green+Blue) = 180+112+151=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B47097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47097 is #4B8F68. Grayscale: #888888. Windows color (decimal): -4951913 or 9924788. OLE color: 9924788.

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

Color convert

RGB180112151-
CMYK00.380.160.29
HSL325.59º31.19%57.25%-
HSV(B)325.59º37.78%70.59%-
XYZ30.223.5332.23-
YUV136.78136.03158.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=40.63%
G=25.28%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011215100.380.160.29325.5931.1957.25
HexB47097026101D1461f39
Octal26416022704620355063771
Binary101101001110000100101110100110100001110110100011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47097; }

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

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

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

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

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

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

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

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