#B77498

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

Shades of Bouquet #B77498

Tints of Bouquet #B77498

Color information

#B77498 (or 0xB77498) is unknown color: approx Bouquet. HEX triplet: B7, 74 and 98. RGB value is (183,116,152). Sum of RGB (Red+Green+Blue) = 183+116+152=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B77498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77498 is #488B67. Grayscale: #8C8C8C. Windows color (decimal): -4754280 or 9991351. OLE color: 9991351.

HSL color Cylindrical-coordinate representation of color #B77498: hue angle of 327.76º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B77498 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB183116152-
CMYK00.370.170.28
HSL327.76º31.75%58.63%-
HSV(B)327.76º36.61%71.76%-
XYZ31.4424.8332.84-
YUV140.14134.7158.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=40.58%
G=25.72%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311615200.370.170.28327.7631.7558.63
HexB77498025111C148203b
Octal26716423004521345104073
Binary1011011111101001001100001001011000111100101001000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77498; }

 p { color: rgb(183,116,152); }

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

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

 a { background-color: rgb(183,116,152); }

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

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

 span { border-color: rgb(183,116,152); }

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