#B77EA1

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

Shades of Bouquet #B77EA1

Tints of Bouquet #B77EA1

Color information

#B77EA1 (or 0xB77EA1) is unknown color: approx Bouquet. HEX triplet: B7, 7E and A1. RGB value is (183,126,161). Sum of RGB (Red+Green+Blue) = 183+126+161=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B77EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77EA1 is #48815E. Grayscale: #929292. Windows color (decimal): -4751711 or 10583735. OLE color: 10583735.

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

Color convert

RGB183126161-
CMYK00.310.120.28
HSL323.16º28.36%60.59%-
HSV(B)323.16º31.15%71.76%-
XYZ33.4227.5637.28-
YUV147.03135.88153.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.94%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 161 (63.28% from 255) = 34.26%
R=38.94%
G=26.81%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312616100.310.120.28323.1628.3660.59
HexB77EA101FC1C1431c3d
Octal26717624103714345033475
Binary1011011111111101010000101111111001110010100001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77EA1; }

 p { color: rgb(183,126,161); }

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

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

 a { background-color: rgb(183,126,161); }

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

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

 span { border-color: rgb(183,126,161); }

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