#B47999

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

Shades of Bouquet #B47999

Tints of Bouquet #B47999

Color information

#B47999 (or 0xB47999) is unknown color: approx Bouquet. HEX triplet: B4, 79 and 99. RGB value is (180,121,153). Sum of RGB (Red+Green+Blue) = 180+121+153=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B47999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47999 is #4B8666. Grayscale: #8E8E8E. Windows color (decimal): -4949607 or 10058164. OLE color: 10058164.

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

Color convert

RGB180121153-
CMYK00.330.150.29
HSL327.46º28.23%59.02%-
HSV(B)327.46º32.78%70.59%-
XYZ31.4125.6833.44-
YUV142.29134.05154.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=39.65%
G=26.65%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012115300.330.150.29327.4628.2359.02
HexB47999021F1D1471c3b
Octal26417123104117355073473
Binary10110100111100110011001010000111111110110100011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47999; }

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

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

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

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

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

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

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

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