#B17A9B

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

Shades of Bouquet #B17A9B

Tints of Bouquet #B17A9B

Color information

#B17A9B (or 0xB17A9B) is unknown color: approx Bouquet. HEX triplet: B1, 7A and 9B. RGB value is (177,122,155). Sum of RGB (Red+Green+Blue) = 177+122+155=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A9B is #4E8564. Grayscale: #8E8E8E. Windows color (decimal): -5145957 or 10189489. OLE color: 10189489.

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

Color convert

RGB177122155-
CMYK00.310.120.31
HSL324º26.07%58.63%-
HSV(B)324º31.07%69.41%-
XYZ31.0125.6334.32-
YUV142.21135.22152.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 155 (60.94% from 255) = 34.14%
R=38.99%
G=26.87%
B=34.14%

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
Decimal17712215500.310.120.3132426.0758.63
HexB17A9B01FC1F1441a3b
Octal26117223303714375043273
Binary1011000111110101001101101111111001111110100010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A9B; }

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

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

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

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

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

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

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

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