#B17292

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

Shades of Bouquet #B17292

Tints of Bouquet #B17292

Color information

#B17292 (or 0xB17292) is unknown color: approx Bouquet. HEX triplet: B1, 72 and 92. RGB value is (177,114,146). Sum of RGB (Red+Green+Blue) = 177+114+146=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B17292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17292 is #4E8D6D. Grayscale: #888888. Windows color (decimal): -5148014 or 9597617. OLE color: 9597617.

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

Color convert

RGB177114146-
CMYK00.360.180.31
HSL329.52º28.77%57.06%-
HSV(B)329.52º35.59%69.41%-
XYZ29.3423.4630.18-
YUV136.48133.37156.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=40.50%
G=26.09%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711414600.360.180.31329.5228.7757.06
HexB17292024121F14a1d39
Octal26116222204422375123571
Binary101100011110010100100100100100100101111110100101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17292; }

 p { color: rgb(177,114,146); }

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

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

 a { background-color: rgb(177,114,146); }

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

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

 span { border-color: rgb(177,114,146); }

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