#B17C9B

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

Shades of Bouquet #B17C9B

Tints of Bouquet #B17C9B

Color information

#B17C9B (or 0xB17C9B) is unknown color: approx Bouquet. HEX triplet: B1, 7C and 9B. RGB value is (177,124,155). Sum of RGB (Red+Green+Blue) = 177+124+155=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17C9B is #4E8364. Grayscale: #8F8F8F. Windows color (decimal): -5145445 or 10190001. OLE color: 10190001.

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

Color convert

RGB177124155-
CMYK00.300.120.31
HSL324.91º25.36%59.02%-
HSV(B)324.91º29.94%69.41%-
XYZ31.2626.1334.41-
YUV143.38134.56151.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 124 (48.83% from 255) = 27.19%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=38.82%
G=27.19%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712415500.300.120.31324.9125.3659.02
HexB17C9B01EC1F145193b
Octal26117423303614375053173
Binary1011000111111001001101101111011001111110100010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17C9B; }

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

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

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

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

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

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

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

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