#B17C9F

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

Shades of Bouquet #B17C9F

Tints of Bouquet #B17C9F

Color information

#B17C9F (or 0xB17C9F) is unknown color: approx Bouquet. HEX triplet: B1, 7C and 9F. RGB value is (177,124,159). Sum of RGB (Red+Green+Blue) = 177+124+159=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17C9F is #4E8360. Grayscale: #8F8F8F. Windows color (decimal): -5145441 or 10452145. OLE color: 10452145.

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

Color convert

RGB177124159-
CMYK00.300.100.31
HSL320.38º25.36%59.02%-
HSV(B)320.38º29.94%69.41%-
XYZ31.626.2736.21-
YUV143.84136.56151.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 124 (48.83% from 255) = 26.96%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=38.48%
G=26.96%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712415900.300.100.31320.3825.3659.02
HexB17C9F01EA1F140193b
Octal26117423703612375003173
Binary1011000111111001001111101111010101111110100000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17C9F; }

 p { color: rgb(177,124,159); }

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

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

 a { background-color: rgb(177,124,159); }

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

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

 span { border-color: rgb(177,124,159); }

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