#B47797

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

Shades of Bouquet #B47797

Tints of Bouquet #B47797

Color information

#B47797 (or 0xB47797) is unknown color: approx Bouquet. HEX triplet: B4, 77 and 97. RGB value is (180,119,151). Sum of RGB (Red+Green+Blue) = 180+119+151=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B47797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47797 is #4B8868. Grayscale: #8C8C8C. Windows color (decimal): -4950121 or 9926580. OLE color: 9926580.

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

Color convert

RGB180119151-
CMYK00.340.160.29
HSL328.52º28.91%58.63%-
HSV(B)328.52º33.89%70.59%-
XYZ31.0125.1332.49-
YUV140.89133.71155.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 119 (46.88% from 255) = 26.44%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=40%
G=26.44%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011915100.340.160.29328.5228.9158.63
HexB47797022101D1491d3b
Octal26416722704220355113573
Binary101101001110111100101110100010100001110110100100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47797; }

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

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

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

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

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

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

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

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