#B47796

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

Shades of Bouquet #B47796

Tints of Bouquet #B47796

Color information

#B47796 (or 0xB47796) is unknown color: approx Bouquet. HEX triplet: B4, 77 and 96. RGB value is (180,119,150). Sum of RGB (Red+Green+Blue) = 180+119+150=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B47796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47796 is #4B8869. Grayscale: #8C8C8C. Windows color (decimal): -4950122 or 9861044. OLE color: 9861044.

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

Color convert

RGB180119150-
CMYK00.340.170.29
HSL329.51º28.91%58.63%-
HSV(B)329.51º33.89%70.59%-
XYZ30.9225.132.07-
YUV140.77133.21155.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=40.09%
G=26.50%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011915000.340.170.29329.5128.9158.63
HexB47796022111D14a1d3b
Octal26416722604221355123573
Binary101101001110111100101100100010100011110110100101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47796; }

 p { color: rgb(180,119,150); }

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

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

 a { background-color: rgb(180,119,150); }

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

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

 span { border-color: rgb(180,119,150); }

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