#B97A99

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

Shades of Bouquet #B97A99

Tints of Bouquet #B97A99

Color information

#B97A99 (or 0xB97A99) is unknown color: approx Bouquet. HEX triplet: B9, 7A and 99. RGB value is (185,122,153). Sum of RGB (Red+Green+Blue) = 185+122+153=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97A99 is #468566. Grayscale: #909090. Windows color (decimal): -4621671 or 10058425. OLE color: 10058425.

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

Color convert

RGB185122153-
CMYK00.340.170.27
HSL330.48º31.03%60.2%-
HSV(B)330.48º34.05%72.55%-
XYZ32.7226.5333.53-
YUV144.37132.87156.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=40.22%
G=26.52%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512215300.340.170.27330.4831.0360.2
HexB97A99022111B14a1f3c
Octal27117223104221335123774
Binary101110011111010100110010100010100011101110100101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A99; }

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

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

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

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

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

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

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

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