#B17A98

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

Shades of Bouquet #B17A98

Tints of Bouquet #B17A98

Color information

#B17A98 (or 0xB17A98) is unknown color: approx Bouquet. HEX triplet: B1, 7A and 98. RGB value is (177,122,152). Sum of RGB (Red+Green+Blue) = 177+122+152=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A98 is #4E8567. Grayscale: #8D8D8D. Windows color (decimal): -5145960 or 9992881. OLE color: 9992881.

HSL color Cylindrical-coordinate representation of color #B17A98: hue angle of 327.27º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17A98 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB177122152-
CMYK00.310.140.31
HSL327.27º26.07%58.63%-
HSV(B)327.27º31.07%69.41%-
XYZ30.7625.5333.01-
YUV141.86133.72153.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=39.25%
G=27.05%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712215200.310.140.31327.2726.0758.63
HexB17A9801FE1F1471a3b
Octal26117223003716375073273
Binary1011000111110101001100001111111101111110100011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A98; }

 p { color: rgb(177,122,152); }

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

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

 a { background-color: rgb(177,122,152); }

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

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

 span { border-color: rgb(177,122,152); }

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