#B079A7

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

Shades of Bouquet #B079A7

Tints of Bouquet #B079A7

Color information

#B079A7 (or 0xB079A7) is unknown color: approx Bouquet. HEX triplet: B0, 79 and A7. RGB value is (176,121,167). Sum of RGB (Red+Green+Blue) = 176+121+167=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B079A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B079A7 is #4F8658. Grayscale: #8E8E8E. Windows color (decimal): -5211737 or 10975664. OLE color: 10975664.

HSL color Cylindrical-coordinate representation of color #B079A7: hue angle of 309.82º 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 #B079A7 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB176121167-
CMYK00.310.050.31
HSL309.82º25.82%58.24%-
HSV(B)309.82º31.25%69.02%-
XYZ31.7225.6939.85-
YUV142.69141.72151.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 167 (65.62% from 255) = 35.99%
R=37.93%
G=26.08%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612116700.310.050.31309.8225.8258.24
HexB079A701F51F1361a3a
Octal2601712470375374663272
Binary101100001111001101001110111111011111110011011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079A7; }

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

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

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

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

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

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

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

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