#B76EA9

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

Shades of Bouquet #B76EA9

Tints of Bouquet #B76EA9

Color information

#B76EA9 (or 0xB76EA9) is unknown color: approx Bouquet. HEX triplet: B7, 6E and A9. RGB value is (183,110,169). Sum of RGB (Red+Green+Blue) = 183+110+169=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 183 - color contains mainly: red. Hex color #B76EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76EA9 is #489156. Grayscale: #8A8A8A. Windows color (decimal): -4755799 or 11103927. OLE color: 11103927.

HSL color Cylindrical-coordinate representation of color #B76EA9: hue angle of 311.51º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76EA9 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB183110169-
CMYK00.400.080.28
HSL311.51º33.64%57.45%-
HSV(B)311.51º39.89%71.76%-
XYZ32.2724.0840.48-
YUV138.55145.18159.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.61%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 169 (66.41% from 255) = 36.58%
R=39.61%
G=23.81%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311016900.400.080.28311.5133.6457.45
HexB76EA902881C1382239
Octal26715625105010344704271
Binary101101111101110101010010101000100011100100111000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76EA9; }

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

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

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

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

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

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

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

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