#B17C9E

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

Shades of Bouquet #B17C9E

Tints of Bouquet #B17C9E

Color information

#B17C9E (or 0xB17C9E) is unknown color: approx Bouquet. HEX triplet: B1, 7C and 9E. RGB value is (177,124,158). Sum of RGB (Red+Green+Blue) = 177+124+158=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17C9E is #4E8361. Grayscale: #8F8F8F. Windows color (decimal): -5145442 or 10386609. OLE color: 10386609.

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

Color convert

RGB177124158-
CMYK00.300.110.31
HSL321.51º25.36%59.02%-
HSV(B)321.51º29.94%69.41%-
XYZ31.5126.2335.75-
YUV143.72136.06151.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=38.56%
G=27.02%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712415800.300.110.31321.5125.3659.02
HexB17C9E01EB1F142193b
Octal26117423603613375023173
Binary1011000111111001001111001111010111111110100001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17C9E; }

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

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

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

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

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

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

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

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