#B47899

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

Shades of Bouquet #B47899

Tints of Bouquet #B47899

Color information

#B47899 (or 0xB47899) is unknown color: approx Bouquet. HEX triplet: B4, 78 and 99. RGB value is (180,120,153). Sum of RGB (Red+Green+Blue) = 180+120+153=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B47899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47899 is #4B8766. Grayscale: #8D8D8D. Windows color (decimal): -4949863 or 10057908. OLE color: 10057908.

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

Color convert

RGB180120153-
CMYK00.330.150.29
HSL327º28.57%58.82%-
HSV(B)327º33.33%70.59%-
XYZ31.2925.4433.4-
YUV141.7134.38155.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 153 (60.16% from 255) = 33.77%
R=39.74%
G=26.49%
B=33.77%

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
Decimal18012015300.330.150.2932728.5758.82
HexB47899021F1D1471d3b
Octal26417023104117355073573
Binary10110100111100010011001010000111111110110100011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47899; }

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

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

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

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

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

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

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

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