#B079A3

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

Shades of Bouquet #B079A3

Tints of Bouquet #B079A3

Color information

#B079A3 (or 0xB079A3) is unknown color: approx Bouquet. HEX triplet: B0, 79 and A3. RGB value is (176,121,163). Sum of RGB (Red+Green+Blue) = 176+121+163=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B079A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B079A3 is #4F865C. Grayscale: #8E8E8E. Windows color (decimal): -5211741 or 10713520. OLE color: 10713520.

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

Color convert

RGB176121163-
CMYK00.310.070.31
HSL314.18º25.82%58.24%-
HSV(B)314.18º31.25%69.02%-
XYZ31.3525.5537.93-
YUV142.23139.72152.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 163 (64.06% from 255) = 35.43%
R=38.26%
G=26.30%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612116300.310.070.31314.1825.8258.24
HexB079A301F71F13a1a3a
Octal2601712430377374723272
Binary101100001111001101000110111111111111110011101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B079A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B079A3; }

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

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

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

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

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

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

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

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