#B17296

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

Shades of Bouquet #B17296

Tints of Bouquet #B17296

Color information

#B17296 (or 0xB17296) is unknown color: approx Bouquet. HEX triplet: B1, 72 and 96. RGB value is (177,114,150). Sum of RGB (Red+Green+Blue) = 177+114+150=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B17296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17296 is #4E8D69. Grayscale: #888888. Windows color (decimal): -5148010 or 9859761. OLE color: 9859761.

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

Color convert

RGB177114150-
CMYK00.360.150.31
HSL325.71º28.77%57.06%-
HSV(B)325.71º35.59%69.41%-
XYZ29.6523.5831.84-
YUV136.94135.37156.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 150 (58.98% from 255) = 34.01%
R=40.14%
G=25.85%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711415000.360.150.31325.7128.7757.06
HexB17296024F1F1461d39
Octal26116222604417375063571
Binary10110001111001010010110010010011111111110100011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17296; }

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

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

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

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

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

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

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

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