#B17A9C

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

Shades of Bouquet #B17A9C

Tints of Bouquet #B17A9C

Color information

#B17A9C (or 0xB17A9C) is unknown color: approx Bouquet. HEX triplet: B1, 7A and 9C. RGB value is (177,122,156). Sum of RGB (Red+Green+Blue) = 177+122+156=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A9C is #4E8563. Grayscale: #8E8E8E. Windows color (decimal): -5145956 or 10255025. OLE color: 10255025.

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

Color convert

RGB177122156-
CMYK00.310.120.31
HSL322.91º26.07%58.63%-
HSV(B)322.91º31.07%69.41%-
XYZ31.0925.6734.77-
YUV142.32135.72152.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=38.90%
G=26.81%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712215600.310.120.31322.9126.0758.63
HexB17A9C01FC1F1431a3b
Octal26117223403714375033273
Binary1011000111110101001110001111111001111110100001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A9C; }

 p { color: rgb(177,122,156); }

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

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

 a { background-color: rgb(177,122,156); }

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

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

 span { border-color: rgb(177,122,156); }

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