#B17094

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

Shades of Bouquet #B17094

Tints of Bouquet #B17094

Color information

#B17094 (or 0xB17094) is unknown color: approx Bouquet. HEX triplet: B1, 70 and 94. RGB value is (177,112,148). Sum of RGB (Red+Green+Blue) = 177+112+148=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B17094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17094 is #4E8F6B. Grayscale: #878787. Windows color (decimal): -5148524 or 9728177. OLE color: 9728177.

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

Color convert

RGB177112148-
CMYK00.370.160.31
HSL326.77º29.41%56.67%-
HSV(B)326.77º36.72%69.41%-
XYZ29.2723.0730.93-
YUV135.54135.03157.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=40.50%
G=25.63%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711214800.370.160.31326.7729.4156.67
HexB17094025101F1471d39
Octal26116022404520375073571
Binary101100011110000100101000100101100001111110100011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17094; }

 p { color: rgb(177,112,148); }

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

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

 a { background-color: rgb(177,112,148); }

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

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

 span { border-color: rgb(177,112,148); }

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