#B17895

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

Shades of Bouquet #B17895

Tints of Bouquet #B17895

Color information

#B17895 (or 0xB17895) is unknown color: approx Bouquet. HEX triplet: B1, 78 and 95. RGB value is (177,120,149). Sum of RGB (Red+Green+Blue) = 177+120+149=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B17895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17895 is #4E876A. Grayscale: #8C8C8C. Windows color (decimal): -5146475 or 9795761. OLE color: 9795761.

HSL color Cylindrical-coordinate representation of color #B17895: hue angle of 329.47º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B17895 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB177120149-
CMYK00.320.160.31
HSL329.47º26.76%58.24%-
HSV(B)329.47º32.2%69.41%-
XYZ30.2724.9531.65-
YUV140.35132.88154.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 120 (47.27% from 255) = 26.91%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=39.69%
G=26.91%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712014900.320.160.31329.4726.7658.24
HexB17895020101F1491b3a
Octal26117022504020375113372
Binary101100011111000100101010100000100001111110100100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17895; }

 p { color: rgb(177,120,149); }

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

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

 a { background-color: rgb(177,120,149); }

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

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

 span { border-color: rgb(177,120,149); }

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