#B97E99

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

Shades of Bouquet #B97E99

Tints of Bouquet #B97E99

Color information

#B97E99 (or 0xB97E99) is unknown color: approx Bouquet. HEX triplet: B9, 7E and 99. RGB value is (185,126,153). Sum of RGB (Red+Green+Blue) = 185+126+153=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97E99 is #468166. Grayscale: #929292. Windows color (decimal): -4620647 or 10059449. OLE color: 10059449.

HSL color Cylindrical-coordinate representation of color #B97E99: hue angle of 332.54º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97E99 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB185126153-
CMYK00.320.170.27
HSL332.54º29.65%60.98%-
HSV(B)332.54º31.89%72.55%-
XYZ33.2227.5433.7-
YUV146.72131.55155.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 126 (49.61% from 255) = 27.16%
BLUE value IS 153 (60.16% from 255) = 32.97%
R=39.87%
G=27.16%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512615300.320.170.27332.5429.6560.98
HexB97E99020111B14d1e3d
Octal27117623104021335153675
Binary101110011111110100110010100000100011101110100110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97E99; }

 p { color: rgb(185,126,153); }

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

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

 a { background-color: rgb(185,126,153); }

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

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

 span { border-color: rgb(185,126,153); }

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