#B77197

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

Shades of Bouquet #B77197

Tints of Bouquet #B77197

Color information

#B77197 (or 0xB77197) is unknown color: approx Bouquet. HEX triplet: B7, 71 and 97. RGB value is (183,113,151). Sum of RGB (Red+Green+Blue) = 183+113+151=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B77197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77197 is #488E68. Grayscale: #8A8A8A. Windows color (decimal): -4755049 or 9925047. OLE color: 9925047.

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

Color convert

RGB183113151-
CMYK00.380.170.28
HSL327.43º32.71%58.04%-
HSV(B)327.43º38.25%71.76%-
XYZ31.0224.1132.3-
YUV138.26135.19159.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.94%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 151 (59.38% from 255) = 33.78%
R=40.94%
G=25.28%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311315100.380.170.28327.4332.7158.04
HexB77197026111C147213a
Octal26716122704621345074172
Binary1011011111100011001011101001101000111100101000111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77197; }

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

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

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

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

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

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

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

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