#B77898

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

Shades of Bouquet #B77898

Tints of Bouquet #B77898

Color information

#B77898 (or 0xB77898) is unknown color: approx Bouquet. HEX triplet: B7, 78 and 98. RGB value is (183,120,152). Sum of RGB (Red+Green+Blue) = 183+120+152=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B77898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77898 is #488767. Grayscale: #8E8E8E. Windows color (decimal): -4753256 or 9992375. OLE color: 9992375.

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

Color convert

RGB183120152-
CMYK00.340.170.28
HSL329.52º30.43%59.41%-
HSV(B)329.52º34.43%71.76%-
XYZ31.9125.7733-
YUV142.48133.37156.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 152 (59.77% from 255) = 33.41%
R=40.22%
G=26.37%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312015200.340.170.28329.5230.4359.41
HexB77898022111C14a1e3b
Octal26717023004221345123673
Binary101101111111000100110000100010100011110010100101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77898; }

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

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

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

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

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

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

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

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