#B47A99

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

Shades of Bouquet #B47A99

Tints of Bouquet #B47A99

Color information

#B47A99 (or 0xB47A99) is unknown color: approx Bouquet. HEX triplet: B4, 7A and 99. RGB value is (180,122,153). Sum of RGB (Red+Green+Blue) = 180+122+153=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A99 is #4B8566. Grayscale: #8E8E8E. Windows color (decimal): -4949351 or 10058420. OLE color: 10058420.

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

Color convert

RGB180122153-
CMYK00.320.150.29
HSL327.93º27.88%59.22%-
HSV(B)327.93º32.22%70.59%-
XYZ31.5325.9233.48-
YUV142.88133.72154.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=39.56%
G=26.81%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012215300.320.150.29327.9327.8859.22
HexB47A99020F1D1481c3b
Octal26417223104017355103473
Binary10110100111101010011001010000011111110110100100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47A99; }

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

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

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

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

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

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

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

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