#B9779F

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

Shades of Bouquet #B9779F

Tints of Bouquet #B9779F

Color information

#B9779F (or 0xB9779F) is unknown color: approx Bouquet. HEX triplet: B9, 77 and 9F. RGB value is (185,119,159). Sum of RGB (Red+Green+Blue) = 185+119+159=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B9779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9779F is #468860. Grayscale: #8F8F8F. Windows color (decimal): -4622433 or 10450873. OLE color: 10450873.

HSL color Cylindrical-coordinate representation of color #B9779F: hue angle of 323.64º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9779F is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB185119159-
CMYK00.360.140.27
HSL323.64º32.04%59.61%-
HSV(B)323.64º35.68%72.55%-
XYZ32.8626.0136.09-
YUV143.29136.87157.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=39.96%
G=25.70%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511915900.360.140.27323.6432.0459.61
HexB9779F024E1B144203c
Octal27116723704416335044074
Binary101110011110111100111110100100111011011101000100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9779F; }

 p { color: rgb(185,119,159); }

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

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

 a { background-color: rgb(185,119,159); }

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

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

 span { border-color: rgb(185,119,159); }

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