#B17A97

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

Shades of Bouquet #B17A97

Tints of Bouquet #B17A97

Color information

#B17A97 (or 0xB17A97) is unknown color: approx Bouquet. HEX triplet: B1, 7A and 97. RGB value is (177,122,151). Sum of RGB (Red+Green+Blue) = 177+122+151=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A97 is #4E8568. Grayscale: #8D8D8D. Windows color (decimal): -5145961 or 9927345. OLE color: 9927345.

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

Color convert

RGB177122151-
CMYK00.310.150.31
HSL328.36º26.07%58.63%-
HSV(B)328.36º31.07%69.41%-
XYZ30.6825.532.58-
YUV141.75133.22153.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=39.33%
G=27.11%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712215100.310.150.31328.3626.0758.63
HexB17A9701FF1F1481a3b
Octal26117222703717375103273
Binary1011000111110101001011101111111111111110100100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A97; }

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

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

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

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

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

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

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

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