#B77199

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

Shades of Bouquet #B77199

Tints of Bouquet #B77199

Color information

#B77199 (or 0xB77199) is unknown color: approx Bouquet. HEX triplet: B7, 71 and 99. RGB value is (183,113,153). Sum of RGB (Red+Green+Blue) = 183+113+153=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B77199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77199 is #488E66. Grayscale: #8A8A8A. Windows color (decimal): -4755047 or 10056119. OLE color: 10056119.

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

Color convert

RGB183113153-
CMYK00.380.160.28
HSL325.71º32.71%58.04%-
HSV(B)325.71º38.25%71.76%-
XYZ31.1824.1833.16-
YUV138.49136.19159.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 153 (60.16% from 255) = 34.08%
R=40.76%
G=25.17%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311315300.380.160.28325.7132.7158.04
HexB77199026101C146213a
Octal26716123104620345064172
Binary1011011111100011001100101001101000011100101000110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77199; }

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

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

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

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

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

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

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

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