#B17496

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

Shades of Bouquet #B17496

Tints of Bouquet #B17496

Color information

#B17496 (or 0xB17496) is unknown color: approx Bouquet. HEX triplet: B1, 74 and 96. RGB value is (177,116,150). Sum of RGB (Red+Green+Blue) = 177+116+150=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B17496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17496 is #4E8B69. Grayscale: #8A8A8A. Windows color (decimal): -5147498 or 9860273. OLE color: 9860273.

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

Color convert

RGB177116150-
CMYK00.340.150.31
HSL326.56º28.11%57.45%-
HSV(B)326.56º34.46%69.41%-
XYZ29.8824.0431.92-
YUV138.11134.71155.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=39.95%
G=26.19%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711615000.340.150.31326.5628.1157.45
HexB17496022F1F1471c39
Octal26116422604217375073471
Binary10110001111010010010110010001011111111110100011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17496; }

 p { color: rgb(177,116,150); }

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

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

 a { background-color: rgb(177,116,150); }

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

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

 span { border-color: rgb(177,116,150); }

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