#B0779A

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

Shades of Bouquet #B0779A

Tints of Bouquet #B0779A

Color information

#B0779A (or 0xB0779A) is unknown color: approx Bouquet. HEX triplet: B0, 77 and 9A. RGB value is (176,119,154). Sum of RGB (Red+Green+Blue) = 176+119+154=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0779A is #4F8865. Grayscale: #8B8B8B. Windows color (decimal): -5212262 or 10123184. OLE color: 10123184.

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

Color convert

RGB176119154-
CMYK00.320.120.31
HSL323.16º26.51%57.84%-
HSV(B)323.16º32.39%69.02%-
XYZ30.3324.7633.75-
YUV140.03135.88153.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 154 (60.55% from 255) = 34.30%
R=39.20%
G=26.50%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611915400.320.120.31323.1626.5157.84
HexB0779A020C1F1431b3a
Octal26016723204014375033372
Binary10110000111011110011010010000011001111110100001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0779A; }

 p { color: rgb(176,119,154); }

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

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

 a { background-color: rgb(176,119,154); }

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

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

 span { border-color: rgb(176,119,154); }

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