#B97899

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

Shades of Bouquet #B97899

Tints of Bouquet #B97899

Color information

#B97899 (or 0xB97899) is unknown color: approx Bouquet. HEX triplet: B9, 78 and 99. RGB value is (185,120,153). Sum of RGB (Red+Green+Blue) = 185+120+153=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B97899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97899 is #468766. Grayscale: #8F8F8F. Windows color (decimal): -4622183 or 10057913. OLE color: 10057913.

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

Color convert

RGB185120153-
CMYK00.350.170.27
HSL329.54º31.71%59.8%-
HSV(B)329.54º35.14%72.55%-
XYZ32.4726.0533.45-
YUV143.2133.53157.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 120 (47.27% from 255) = 26.20%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=40.39%
G=26.20%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512015300.350.170.27329.5431.7159.8
HexB97899023111B14a203c
Octal27117023104321335124074
Binary1011100111110001001100101000111000111011101001010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97899; }

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

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

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

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

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

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

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

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