#B17F94

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

Shades of Bouquet #B17F94

Tints of Bouquet #B17F94

Color information

#B17F94 (or 0xB17F94) is unknown color: approx Bouquet. HEX triplet: B1, 7F and 94. RGB value is (177,127,148). Sum of RGB (Red+Green+Blue) = 177+127+148=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F94 is #4E806B. Grayscale: #909090. Windows color (decimal): -5144684 or 9732017. OLE color: 9732017.

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

Color convert

RGB177127148-
CMYK00.280.160.31
HSL334.8º24.27%59.61%-
HSV(B)334.8º28.25%69.41%-
XYZ31.0726.6631.53-
YUV144.34130.06151.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 127 (50% from 255) = 28.10%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=39.16%
G=28.10%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712714800.280.160.31334.824.2759.61
HexB17F9401C101F14f183c
Octal26117722403420375173074
Binary10110001111111110010100011100100001111110100111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17F94; }

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

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

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

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

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

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

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

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