#B97C99

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

Shades of Bouquet #B97C99

Tints of Bouquet #B97C99

Color information

#B97C99 (or 0xB97C99) is unknown color: approx Bouquet. HEX triplet: B9, 7C and 99. RGB value is (185,124,153). Sum of RGB (Red+Green+Blue) = 185+124+153=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97C99 is #468366. Grayscale: #919191. Windows color (decimal): -4621159 or 10058937. OLE color: 10058937.

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

Color convert

RGB185124153-
CMYK00.330.170.27
HSL331.48º30.35%60.59%-
HSV(B)331.48º32.97%72.55%-
XYZ32.9727.0333.62-
YUV145.55132.21156.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 124 (48.83% from 255) = 26.84%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=40.04%
G=26.84%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512415300.330.170.27331.4830.3560.59
HexB97C99021111B14b1e3d
Octal27117423104121335133675
Binary101110011111100100110010100001100011101110100101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97C99; }

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

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

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

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

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

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

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

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