#B777A2

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

Shades of Bouquet #B777A2

Tints of Bouquet #B777A2

Color information

#B777A2 (or 0xB777A2) is unknown color: approx Bouquet. HEX triplet: B7, 77 and A2. RGB value is (183,119,162). Sum of RGB (Red+Green+Blue) = 183+119+162=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 183 - color contains mainly: red. Hex color #B777A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B777A2 is #48885D. Grayscale: #8E8E8E. Windows color (decimal): -4753502 or 10647479. OLE color: 10647479.

HSL color Cylindrical-coordinate representation of color #B777A2: hue angle of 319.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B777A2 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB183119162-
CMYK00.350.110.28
HSL319.69º30.77%59.22%-
HSV(B)319.69º34.97%71.76%-
XYZ32.6525.8737.46-
YUV143.04138.7156.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.44%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 162 (63.67% from 255) = 34.91%
R=39.44%
G=25.65%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311916200.350.110.28319.6930.7759.22
HexB777A2023B1C1401f3b
Octal26716724204313345003773
Binary10110111111011110100010010001110111110010100000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B777A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B777A2; }

 p { color: rgb(183,119,162); }

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

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

 a { background-color: rgb(183,119,162); }

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

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

 span { border-color: rgb(183,119,162); }

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