#B76B99

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

Shades of Bouquet #B76B99

Tints of Bouquet #B76B99

Color information

#B76B99 (or 0xB76B99) is unknown color: approx Bouquet. HEX triplet: B7, 6B and 99. RGB value is (183,107,153). Sum of RGB (Red+Green+Blue) = 183+107+153=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76B99 is #489466. Grayscale: #868686. Windows color (decimal): -4756583 or 10054583. OLE color: 10054583.

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

Color convert

RGB183107153-
CMYK00.420.160.28
HSL323.68º34.55%56.86%-
HSV(B)323.68º41.53%71.76%-
XYZ30.5422.8832.94-
YUV134.97138.18162.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 107 (42.19% from 255) = 24.15%
BLUE value IS 153 (60.16% from 255) = 34.54%
R=41.31%
G=24.15%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310715300.420.160.28323.6834.5556.86
HexB76B9902A101C1442339
Octal26715323105220345044371
Binary1011011111010111001100101010101000011100101000100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76B99; }

 p { color: rgb(183,107,153); }

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

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

 a { background-color: rgb(183,107,153); }

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

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

 span { border-color: rgb(183,107,153); }

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