#B17D99

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

Shades of Bouquet #B17D99

Tints of Bouquet #B17D99

Color information

#B17D99 (or 0xB17D99) is unknown color: approx Bouquet. HEX triplet: B1, 7D and 99. RGB value is (177,125,153). Sum of RGB (Red+Green+Blue) = 177+125+153=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17D99 is #4E8266. Grayscale: #8F8F8F. Windows color (decimal): -5145191 or 10059185. OLE color: 10059185.

HSL color Cylindrical-coordinate representation of color #B17D99: hue angle of 327.69º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17D99 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB177125153-
CMYK00.290.140.31
HSL327.69º25%59.22%-
HSV(B)327.69º29.38%69.41%-
XYZ31.2126.3133.57-
YUV143.74133.23151.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 125 (49.22% from 255) = 27.47%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=38.90%
G=27.47%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712515300.290.140.31327.692559.22
HexB17D9901DE1F148193b
Octal26117523103516375103173
Binary1011000111111011001100101110111101111110100100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17D99; }

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

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

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

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

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

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

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

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