#B77896

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

Shades of Bouquet #B77896

Tints of Bouquet #B77896

Color information

#B77896 (or 0xB77896) is unknown color: approx Bouquet. HEX triplet: B7, 78 and 96. RGB value is (183,120,150). Sum of RGB (Red+Green+Blue) = 183+120+150=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B77896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77896 is #488769. Grayscale: #8E8E8E. Windows color (decimal): -4753258 or 9861303. OLE color: 9861303.

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

Color convert

RGB183120150-
CMYK00.340.180.28
HSL331.43º30.43%59.41%-
HSV(B)331.43º34.43%71.76%-
XYZ31.7525.732.14-
YUV142.26132.37157.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=40.40%
G=26.49%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312015000.340.180.28331.4330.4359.41
HexB77896022121C14b1e3b
Octal26717022604222345133673
Binary101101111111000100101100100010100101110010100101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77896; }

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

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

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

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

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

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

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

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