#B97399

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

Shades of Bouquet #B97399

Tints of Bouquet #B97399

Color information

#B97399 (or 0xB97399) is unknown color: approx Bouquet. HEX triplet: B9, 73 and 99. RGB value is (185,115,153). Sum of RGB (Red+Green+Blue) = 185+115+153=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B97399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97399 is #468C66. Grayscale: #8C8C8C. Windows color (decimal): -4623463 or 10056633. OLE color: 10056633.

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

Color convert

RGB185115153-
CMYK00.380.170.27
HSL327.43º33.33%58.82%-
HSV(B)327.43º37.84%72.55%-
XYZ31.8924.8833.26-
YUV140.26135.19159.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 115 (45.31% from 255) = 25.39%
BLUE value IS 153 (60.16% from 255) = 33.77%
R=40.84%
G=25.39%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511515300.380.170.27327.4333.3358.82
HexB97399026111B147213b
Octal27116323104621335074173
Binary1011100111100111001100101001101000111011101000111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97399; }

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

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

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

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

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

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

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

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