#B079A6

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

Shades of Bouquet #B079A6

Tints of Bouquet #B079A6

Color information

#B079A6 (or 0xB079A6) is unknown color: approx Bouquet. HEX triplet: B0, 79 and A6. RGB value is (176,121,166). Sum of RGB (Red+Green+Blue) = 176+121+166=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B079A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B079A6 is #4F8659. Grayscale: #8E8E8E. Windows color (decimal): -5211738 or 10910128. OLE color: 10910128.

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

Color convert

RGB176121166-
CMYK00.310.060.31
HSL310.91º25.82%58.24%-
HSV(B)310.91º31.25%69.02%-
XYZ31.6225.6639.36-
YUV142.57141.22151.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=38.01%
G=26.13%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612116600.310.060.31310.9125.8258.24
HexB079A601F61F1371a3a
Octal2601712460376374673272
Binary101100001111001101001100111111101111110011011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079A6; }

 p { color: rgb(176,121,166); }

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

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

 a { background-color: rgb(176,121,166); }

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

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

 span { border-color: rgb(176,121,166); }

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