#B16992

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

Shades of Bouquet #B16992

Tints of Bouquet #B16992

Color information

#B16992 (or 0xB16992) is unknown color: approx Bouquet. HEX triplet: B1, 69 and 92. RGB value is (177,105,146). Sum of RGB (Red+Green+Blue) = 177+105+146=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B16992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16992 is #4E966D. Grayscale: #838383. Windows color (decimal): -5150318 or 9595313. OLE color: 9595313.

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

Color convert

RGB177105146-
CMYK00.410.180.31
HSL325.83º31.58%55.29%-
HSV(B)325.83º40.68%69.41%-
XYZ28.3721.5329.85-
YUV131.2136.35160.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 146 (57.42% from 255) = 34.11%
R=41.36%
G=24.53%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710514600.410.180.31325.8331.5855.29
HexB16992029121F1462037
Octal26115122205122375064067
Binary1011000111010011001001001010011001011111101000110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16992; }

 p { color: rgb(177,105,146); }

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

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

 a { background-color: rgb(177,105,146); }

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

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

 span { border-color: rgb(177,105,146); }

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