#B97F9B

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

Shades of Bouquet #B97F9B

Tints of Bouquet #B97F9B

Color information

#B97F9B (or 0xB97F9B) is unknown color: approx Bouquet. HEX triplet: B9, 7F and 9B. RGB value is (185,127,155). Sum of RGB (Red+Green+Blue) = 185+127+155=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F9B is #468064. Grayscale: #939393. Windows color (decimal): -4620389 or 10190777. OLE color: 10190777.

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

Color convert

RGB185127155-
CMYK00.310.160.27
HSL331.03º29.29%61.18%-
HSV(B)331.03º31.35%72.55%-
XYZ33.5127.8634.62-
YUV147.53132.22154.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 155 (60.94% from 255) = 33.19%
R=39.61%
G=27.19%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512715500.310.160.27331.0329.2961.18
HexB97F9B01F101B14b1d3d
Octal27117723303720335133575
Binary10111001111111110011011011111100001101110100101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F9B; }

 p { color: rgb(185,127,155); }

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

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

 a { background-color: rgb(185,127,155); }

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

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

 span { border-color: rgb(185,127,155); }

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