#B17397

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

Shades of Bouquet #B17397

Tints of Bouquet #B17397

Color information

#B17397 (or 0xB17397) is unknown color: approx Bouquet. HEX triplet: B1, 73 and 97. RGB value is (177,115,151). Sum of RGB (Red+Green+Blue) = 177+115+151=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B17397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17397 is #4E8C68. Grayscale: #898989. Windows color (decimal): -5147753 or 9925553. OLE color: 9925553.

HSL color Cylindrical-coordinate representation of color #B17397: hue angle of 325.16º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B17397 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB177115151-
CMYK00.350.150.31
HSL325.16º28.44%57.25%-
HSV(B)325.16º35.03%69.41%-
XYZ29.8523.8432.31-
YUV137.64135.54156.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 115 (45.31% from 255) = 25.96%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=39.95%
G=25.96%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711515100.350.150.31325.1628.4457.25
HexB17397023F1F1451c39
Octal26116322704317375053471
Binary10110001111001110010111010001111111111110100010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17397; }

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

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

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

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

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

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

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

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