#B17F9B

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

Shades of Bouquet #B17F9B

Tints of Bouquet #B17F9B

Color information

#B17F9B (or 0xB17F9B) is unknown color: approx Bouquet. HEX triplet: B1, 7F and 9B. RGB value is (177,127,155). Sum of RGB (Red+Green+Blue) = 177+127+155=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F9B is #4E8064. Grayscale: #919191. Windows color (decimal): -5144677 or 10190769. OLE color: 10190769.

HSL color Cylindrical-coordinate representation of color #B17F9B: hue angle of 326.4º 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 #B17F9B is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB177127155-
CMYK00.280.120.31
HSL326.4º24.27%59.61%-
HSV(B)326.4º28.25%69.41%-
XYZ31.6426.8934.53-
YUV145.14133.56150.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 127 (50% from 255) = 27.67%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=38.56%
G=27.67%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712715500.280.120.31326.424.2759.61
HexB17F9B01CC1F146183c
Octal26117723303414375063074
Binary1011000111111111001101101110011001111110100011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F9B; }

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

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

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

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

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

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

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

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