#B77C96

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

Shades of Bouquet #B77C96

Tints of Bouquet #B77C96

Color information

#B77C96 (or 0xB77C96) is unknown color: approx Bouquet. HEX triplet: B7, 7C and 96. RGB value is (183,124,150). Sum of RGB (Red+Green+Blue) = 183+124+150=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77C96 is #488369. Grayscale: #909090. Windows color (decimal): -4752234 or 9862327. OLE color: 9862327.

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

Color convert

RGB183124150-
CMYK00.320.180.28
HSL333.56º29.06%60.2%-
HSV(B)333.56º32.24%71.76%-
XYZ32.2426.6832.31-
YUV144.6131.05155.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=40.04%
G=27.13%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312415000.320.180.28333.5629.0660.2
HexB77C96020121C14e1d3c
Octal26717422604022345163574
Binary101101111111100100101100100000100101110010100111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C96; }

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

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

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

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

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

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

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

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