#B47996

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

Shades of Bouquet #B47996

Tints of Bouquet #B47996

Color information

#B47996 (or 0xB47996) is unknown color: approx Bouquet. HEX triplet: B4, 79 and 96. RGB value is (180,121,150). Sum of RGB (Red+Green+Blue) = 180+121+150=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B47996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47996 is #4B8669. Grayscale: #8D8D8D. Windows color (decimal): -4949610 or 9861556. OLE color: 9861556.

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

Color convert

RGB180121150-
CMYK00.330.170.29
HSL330.51º28.23%59.02%-
HSV(B)330.51º32.78%70.59%-
XYZ31.1625.5832.15-
YUV141.95132.55155.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 150 (58.98% from 255) = 33.26%
R=39.91%
G=26.83%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012115000.330.170.29330.5128.2359.02
HexB47996021111D14b1c3b
Octal26417122604121355133473
Binary101101001111001100101100100001100011110110100101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47996; }

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

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

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

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

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

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

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

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