#B077A0

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

Shades of Bouquet #B077A0

Tints of Bouquet #B077A0

Color information

#B077A0 (or 0xB077A0) is unknown color: approx Bouquet. HEX triplet: B0, 77 and A0. RGB value is (176,119,160). Sum of RGB (Red+Green+Blue) = 176+119+160=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B077A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B077A0 is #4F885F. Grayscale: #8C8C8C. Windows color (decimal): -5212256 or 10516400. OLE color: 10516400.

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

Color convert

RGB176119160-
CMYK00.320.090.31
HSL316.84º26.51%57.84%-
HSV(B)316.84º32.39%69.02%-
XYZ30.8524.9636.45-
YUV140.72138.88153.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 160 (62.89% from 255) = 35.16%
R=38.68%
G=26.15%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611916000.320.090.31316.8426.5157.84
HexB077A002091F13d1b3a
Octal26016724004011374753372
Binary10110000111011110100000010000010011111110011110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B077A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B077A0; }

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

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

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

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

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

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

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

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