#B17F97

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

Shades of Bouquet #B17F97

Tints of Bouquet #B17F97

Color information

#B17F97 (or 0xB17F97) is unknown color: approx Bouquet. HEX triplet: B1, 7F and 97. RGB value is (177,127,151). Sum of RGB (Red+Green+Blue) = 177+127+151=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F97 is #4E8068. Grayscale: #909090. Windows color (decimal): -5144681 or 9928625. OLE color: 9928625.

HSL color Cylindrical-coordinate representation of color #B17F97: hue angle of 331.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17F97 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB177127151-
CMYK00.280.150.31
HSL331.2º24.27%59.61%-
HSV(B)331.2º28.25%69.41%-
XYZ31.3126.7632.79-
YUV144.69131.56151.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 151 (59.38% from 255) = 33.19%
R=38.90%
G=27.91%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712715100.280.150.31331.224.2759.61
HexB17F9701CF1F14b183c
Octal26117722703417375133074
Binary1011000111111111001011101110011111111110100101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F97; }

 p { color: rgb(177,127,151); }

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

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

 a { background-color: rgb(177,127,151); }

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

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

 span { border-color: rgb(177,127,151); }

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