#B16D9B

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

Shades of Bouquet #B16D9B

Tints of Bouquet #B16D9B

Color information

#B16D9B (or 0xB16D9B) is unknown color: approx Bouquet. HEX triplet: B1, 6D and 9B. RGB value is (177,109,155). Sum of RGB (Red+Green+Blue) = 177+109+155=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16D9B is #4E9264. Grayscale: #868686. Windows color (decimal): -5149285 or 10186161. OLE color: 10186161.

HSL color Cylindrical-coordinate representation of color #B16D9B: hue angle of 319.41º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B16D9B is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB177109155-
CMYK00.380.120.31
HSL319.41º30.36%56.08%-
HSV(B)319.41º38.42%69.41%-
XYZ29.5222.6533.83-
YUV134.58139.53158.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 155 (60.94% from 255) = 35.15%
R=40.14%
G=24.72%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710915500.380.120.31319.4130.3656.08
HexB16D9B026C1F13f1e38
Octal26115523304614374773670
Binary10110001110110110011011010011011001111110011111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D9B; }

 p { color: rgb(177,109,155); }

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

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

 a { background-color: rgb(177,109,155); }

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

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

 span { border-color: rgb(177,109,155); }

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