#B077A6

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

Shades of Bouquet #B077A6

Tints of Bouquet #B077A6

Color information

#B077A6 (or 0xB077A6) is unknown color: approx Bouquet. HEX triplet: B0, 77 and A6. RGB value is (176,119,166). Sum of RGB (Red+Green+Blue) = 176+119+166=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B077A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B077A6 is #4F8859. Grayscale: #8D8D8D. Windows color (decimal): -5212250 or 10909616. OLE color: 10909616.

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

Color convert

RGB176119166-
CMYK00.320.060.31
HSL310.53º26.51%57.84%-
HSV(B)310.53º32.39%69.02%-
XYZ31.3825.1839.28-
YUV141.4141.88152.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 166 (65.23% from 255) = 36.01%
R=38.18%
G=25.81%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611916600.320.060.31310.5326.5157.84
HexB077A602061F1371b3a
Octal2601672460406374673372
Binary1011000011101111010011001000001101111110011011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077A6; }

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

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

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

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

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

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

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

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