#B47299

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

Shades of Bouquet #B47299

Tints of Bouquet #B47299

Color information

#B47299 (or 0xB47299) is unknown color: approx Bouquet. HEX triplet: B4, 72 and 99. RGB value is (180,114,153). Sum of RGB (Red+Green+Blue) = 180+114+153=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B47299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47299 is #4B8D66. Grayscale: #8A8A8A. Windows color (decimal): -4951399 or 10056372. OLE color: 10056372.

HSL color Cylindrical-coordinate representation of color #B47299: hue angle of 324.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B47299 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB180114153-
CMYK00.370.150.29
HSL324.55º30.56%57.65%-
HSV(B)324.55º36.67%70.59%-
XYZ30.5924.0433.16-
YUV138.18136.37157.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=40.27%
G=25.50%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011415300.370.150.29324.5530.5657.65
HexB47299025F1D1451f3a
Octal26416223104517355053772
Binary10110100111001010011001010010111111110110100010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47299; }

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

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

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

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

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

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

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

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