#B97299

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

Shades of Bouquet #B97299

Tints of Bouquet #B97299

Color information

#B97299 (or 0xB97299) is unknown color: approx Bouquet. HEX triplet: B9, 72 and 99. RGB value is (185,114,153). Sum of RGB (Red+Green+Blue) = 185+114+153=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B97299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97299 is #468D66. Grayscale: #8B8B8B. Windows color (decimal): -4623719 or 10056377. OLE color: 10056377.

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

Color convert

RGB185114153-
CMYK00.380.170.27
HSL327.04º33.65%58.63%-
HSV(B)327.04º38.38%72.55%-
XYZ31.7724.6533.22-
YUV139.67135.52160.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 153 (60.16% from 255) = 33.85%
R=40.93%
G=25.22%
B=33.85%

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
Decimal18511415300.380.170.27327.0433.6558.63
HexB97299026111B147223b
Octal27116223104621335074273
Binary1011100111100101001100101001101000111011101000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97299; }

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

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

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

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

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

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

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

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