#B77EA2

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

Shades of Bouquet #B77EA2

Tints of Bouquet #B77EA2

Color information

#B77EA2 (or 0xB77EA2) is unknown color: approx Bouquet. HEX triplet: B7, 7E and A2. RGB value is (183,126,162). Sum of RGB (Red+Green+Blue) = 183+126+162=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B77EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77EA2 is #48815D. Grayscale: #939393. Windows color (decimal): -4751710 or 10649271. OLE color: 10649271.

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

Color convert

RGB183126162-
CMYK00.310.110.28
HSL322.11º28.36%60.59%-
HSV(B)322.11º31.15%71.76%-
XYZ33.5127.637.74-
YUV147.15136.38153.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 162 (63.67% from 255) = 34.39%
R=38.85%
G=26.75%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312616200.310.110.28322.1128.3660.59
HexB77EA201FB1C1421c3d
Octal26717624203713345023475
Binary1011011111111101010001001111110111110010100001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77EA2; }

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

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

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

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

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

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

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

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