#B47697

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

Shades of Bouquet #B47697

Tints of Bouquet #B47697

Color information

#B47697 (or 0xB47697) is unknown color: approx Bouquet. HEX triplet: B4, 76 and 97. RGB value is (180,118,151). Sum of RGB (Red+Green+Blue) = 180+118+151=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B47697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47697 is #4B8968. Grayscale: #8C8C8C. Windows color (decimal): -4950377 or 9926324. OLE color: 9926324.

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

Color convert

RGB180118151-
CMYK00.340.160.29
HSL328.06º29.25%58.43%-
HSV(B)328.06º34.44%70.59%-
XYZ30.8924.8932.46-
YUV140.3134.04156.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 151 (59.38% from 255) = 33.63%
R=40.09%
G=26.28%
B=33.63%

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
Decimal18011815100.340.160.29328.0629.2558.43
HexB47697022101D1481d3a
Octal26416622704220355103572
Binary101101001110110100101110100010100001110110100100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47697; }

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

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

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

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

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

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

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

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