#B16898

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

Shades of Bouquet #B16898

Tints of Bouquet #B16898

Color information

#B16898 (or 0xB16898) is unknown color: approx Bouquet. HEX triplet: B1, 68 and 98. RGB value is (177,104,152). Sum of RGB (Red+Green+Blue) = 177+104+152=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B16898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16898 is #4E9767. Grayscale: #838383. Windows color (decimal): -5150568 or 9988273. OLE color: 9988273.

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

Color convert

RGB177104152-
CMYK00.410.140.31
HSL320.55º31.88%55.1%-
HSV(B)320.55º41.24%69.41%-
XYZ28.7521.5132.34-
YUV131.3139.68160.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 104 (41.02% from 255) = 24.02%
BLUE value IS 152 (59.77% from 255) = 35.10%
R=40.88%
G=24.02%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710415200.410.140.31320.5531.8855.1
HexB16898029E1F1412037
Octal26115023005116375014067
Binary101100011101000100110000101001111011111101000001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16898; }

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

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

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

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

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

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

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

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