#B47799

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

Shades of Bouquet #B47799

Tints of Bouquet #B47799

Color information

#B47799 (or 0xB47799) is unknown color: approx Bouquet. HEX triplet: B4, 77 and 99. RGB value is (180,119,153). Sum of RGB (Red+Green+Blue) = 180+119+153=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B47799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47799 is #4B8866. Grayscale: #8D8D8D. Windows color (decimal): -4950119 or 10057652. OLE color: 10057652.

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

Color convert

RGB180119153-
CMYK00.340.150.29
HSL326.56º28.91%58.63%-
HSV(B)326.56º33.89%70.59%-
XYZ31.1725.233.36-
YUV141.12134.71155.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=39.82%
G=26.33%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011915300.340.150.29326.5628.9158.63
HexB47799022F1D1471d3b
Octal26416723104217355073573
Binary10110100111011110011001010001011111110110100011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47799; }

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

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

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

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

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

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

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

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