#B17F99

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

Shades of Bouquet #B17F99

Tints of Bouquet #B17F99

Color information

#B17F99 (or 0xB17F99) is unknown color: approx Bouquet. HEX triplet: B1, 7F and 99. RGB value is (177,127,153). Sum of RGB (Red+Green+Blue) = 177+127+153=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F99 is #4E8066. Grayscale: #909090. Windows color (decimal): -5144679 or 10059697. OLE color: 10059697.

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

Color convert

RGB177127153-
CMYK00.280.140.31
HSL328.8º24.27%59.61%-
HSV(B)328.8º28.25%69.41%-
XYZ31.4726.8333.66-
YUV144.91132.56150.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=38.73%
G=27.79%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712715300.280.140.31328.824.2759.61
HexB17F9901CE1F149183c
Octal26117723103416375113074
Binary1011000111111111001100101110011101111110100100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F99; }

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

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

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

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

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

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

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

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