#B16295

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

Shades of Bouquet #B16295

Tints of Bouquet #B16295

Color information

#B16295 (or 0xB16295) is unknown color: approx Bouquet. HEX triplet: B1, 62 and 95. RGB value is (177,98,149). Sum of RGB (Red+Green+Blue) = 177+98+149=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B16295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16295 is #4E9D6A. Grayscale: #7F7F7F. Windows color (decimal): -5152107 or 9790129. OLE color: 9790129.

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

Color convert

RGB17798149-
CMYK00.450.160.31
HSL321.27º33.62%53.92%-
HSV(B)321.27º44.63%69.41%-
XYZ27.9220.2530.87-
YUV127.43140.17163.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 98 (38.67% from 255) = 23.11%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=41.75%
G=23.11%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779814900.450.160.31321.2733.6253.92
HexB1629502D101F1412236
Octal26114222505520375014266
Binary1011000111000101001010101011011000011111101000001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16295; }

 p { color: rgb(177,98,149); }

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

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

 a { background-color: rgb(177,98,149); }

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

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

 span { border-color: rgb(177,98,149); }

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