#B97999

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

Shades of Bouquet #B97999

Tints of Bouquet #B97999

Color information

#B97999 (or 0xB97999) is unknown color: approx Bouquet. HEX triplet: B9, 79 and 99. RGB value is (185,121,153). Sum of RGB (Red+Green+Blue) = 185+121+153=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B97999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97999 is #468666. Grayscale: #8F8F8F. Windows color (decimal): -4621927 or 10058169. OLE color: 10058169.

HSL color Cylindrical-coordinate representation of color #B97999: hue angle of 330º degrees, saturation: 0.31, 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 #B97999 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB185121153-
CMYK00.350.170.27
HSL330º31.37%60%-
HSV(B)330º34.59%72.55%-
XYZ32.5926.2933.49-
YUV143.78133.2157.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=40.31%
G=26.36%
B=33.33%

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
Decimal18512115300.350.170.2733031.3760
HexB97999023111B14a1f3c
Octal27117123104321335123774
Binary101110011111001100110010100011100011101110100101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97999; }

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

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

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

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

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

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

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

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