#B97E9E

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

Shades of Bouquet #B97E9E

Tints of Bouquet #B97E9E

Color information

#B97E9E (or 0xB97E9E) is unknown color: approx Bouquet. HEX triplet: B9, 7E and 9E. RGB value is (185,126,158). Sum of RGB (Red+Green+Blue) = 185+126+158=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97E9E is #468161. Grayscale: #939393. Windows color (decimal): -4620642 or 10387129. OLE color: 10387129.

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

Color convert

RGB185126158-
CMYK00.320.150.27
HSL327.46º29.65%60.98%-
HSV(B)327.46º31.89%72.55%-
XYZ33.6427.735.92-
YUV147.29134.05154.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=39.45%
G=26.87%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512615800.320.150.27327.4629.6560.98
HexB97E9E020F1B1471e3d
Octal27117623604017335073675
Binary10111001111111010011110010000011111101110100011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97E9E; }

 p { color: rgb(185,126,158); }

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

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

 a { background-color: rgb(185,126,158); }

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

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

 span { border-color: rgb(185,126,158); }

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