#B9779C

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

Shades of Bouquet #B9779C

Tints of Bouquet #B9779C

Color information

#B9779C (or 0xB9779C) is unknown color: approx Bouquet. HEX triplet: B9, 77 and 9C. RGB value is (185,119,156). Sum of RGB (Red+Green+Blue) = 185+119+156=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B9779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9779C is #468863. Grayscale: #8E8E8E. Windows color (decimal): -4622436 or 10254265. OLE color: 10254265.

HSL color Cylindrical-coordinate representation of color #B9779C: hue angle of 326.36º 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 #B9779C is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB185119156-
CMYK00.360.160.27
HSL326.36º32.04%59.61%-
HSV(B)326.36º35.68%72.55%-
XYZ32.6125.9134.73-
YUV142.95135.37157.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=40.22%
G=25.87%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511915600.360.160.27326.3632.0459.61
HexB9779C024101B146203c
Octal27116723404420335064074
Binary1011100111101111001110001001001000011011101000110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9779C; }

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

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

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

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

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

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

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

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