#B677A5

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

Shades of Bouquet #B677A5

Tints of Bouquet #B677A5

Color information

#B677A5 (or 0xB677A5) is unknown color: approx Bouquet. HEX triplet: B6, 77 and A5. RGB value is (182,119,165). Sum of RGB (Red+Green+Blue) = 182+119+165=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B677A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B677A5 is #49885A. Grayscale: #8E8E8E. Windows color (decimal): -4819035 or 10844086. OLE color: 10844086.

HSL color Cylindrical-coordinate representation of color #B677A5: hue angle of 316.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B677A5 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB182119165-
CMYK00.350.090.29
HSL316.19º30.14%59.02%-
HSV(B)316.19º34.62%71.37%-
XYZ32.6825.8638.87-
YUV143.08140.37155.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 165 (64.84% from 255) = 35.41%
R=39.06%
G=25.54%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211916500.350.090.29316.1930.1459.02
HexB677A502391D13c1e3b
Octal26616724504311354743673
Binary10110110111011110100101010001110011110110011110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B677A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B677A5; }

 p { color: rgb(182,119,165); }

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

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

 a { background-color: rgb(182,119,165); }

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

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

 span { border-color: rgb(182,119,165); }

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