#B771A9

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

Shades of Bouquet #B771A9

Tints of Bouquet #B771A9

Color information

#B771A9 (or 0xB771A9) is unknown color: approx Bouquet. HEX triplet: B7, 71 and A9. RGB value is (183,113,169). Sum of RGB (Red+Green+Blue) = 183+113+169=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B771A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B771A9 is #488E56. Grayscale: #8C8C8C. Windows color (decimal): -4755031 or 11104695. OLE color: 11104695.

HSL color Cylindrical-coordinate representation of color #B771A9: hue angle of 312º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B771A9 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB183113169-
CMYK00.380.080.28
HSL312º32.71%58.04%-
HSV(B)312º38.25%71.76%-
XYZ32.624.7440.59-
YUV140.31144.19158.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 169 (66.41% from 255) = 36.34%
R=39.35%
G=24.30%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311316900.380.080.2831232.7158.04
HexB771A902681C138213a
Octal26716125104610344704172
Binary101101111110001101010010100110100011100100111000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771A9; }

 p { color: rgb(183,113,169); }

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

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

 a { background-color: rgb(183,113,169); }

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

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

 span { border-color: rgb(183,113,169); }

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