#B16395

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

Shades of Bouquet #B16395

Tints of Bouquet #B16395

Color information

#B16395 (or 0xB16395) is unknown color: approx Bouquet. HEX triplet: B1, 63 and 95. RGB value is (177,99,149). Sum of RGB (Red+Green+Blue) = 177+99+149=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B16395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16395 is #4E9C6A. Grayscale: #7F7F7F. Windows color (decimal): -5151851 or 9790385. OLE color: 9790385.

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

Color convert

RGB17799149-
CMYK00.440.160.31
HSL321.54º33.33%54.12%-
HSV(B)321.54º44.07%69.41%-
XYZ28.0220.4430.9-
YUV128.02139.84162.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 99 (39.06% from 255) = 23.29%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=41.65%
G=23.29%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779914900.440.160.31321.5433.3354.12
HexB1639502C101F1422136
Octal26114322505420375024166
Binary1011000111000111001010101011001000011111101000010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16395; }

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

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

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

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

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

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

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

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