#B16C9A

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

Shades of Bouquet #B16C9A

Tints of Bouquet #B16C9A

Color information

#B16C9A (or 0xB16C9A) is unknown color: approx Bouquet. HEX triplet: B1, 6C and 9A. RGB value is (177,108,154). Sum of RGB (Red+Green+Blue) = 177+108+154=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16C9A is #4E9365. Grayscale: #858585. Windows color (decimal): -5149542 or 10120369. OLE color: 10120369.

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

Color convert

RGB177108154-
CMYK00.390.130.31
HSL320º30.67%55.88%-
HSV(B)320º38.98%69.41%-
XYZ29.3322.4133.35-
YUV133.88139.36158.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=40.32%
G=24.60%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710815400.390.130.3132030.6755.88
HexB16C9A027D1F1401f38
Octal26115423204715375003770
Binary10110001110110010011010010011111011111110100000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C9A; }

 p { color: rgb(177,108,154); }

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

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

 a { background-color: rgb(177,108,154); }

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

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

 span { border-color: rgb(177,108,154); }

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