#B77A9C

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

Shades of Bouquet #B77A9C

Tints of Bouquet #B77A9C

Color information

#B77A9C (or 0xB77A9C) is unknown color: approx Bouquet. HEX triplet: B7, 7A and 9C. RGB value is (183,122,156). Sum of RGB (Red+Green+Blue) = 183+122+156=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77A9C is #488563. Grayscale: #909090. Windows color (decimal): -4752740 or 10255031. OLE color: 10255031.

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

Color convert

RGB183122156-
CMYK00.330.150.28
HSL326.56º29.76%59.8%-
HSV(B)326.56º33.33%71.76%-
XYZ32.4926.3934.83-
YUV144.11134.71155.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=39.70%
G=26.46%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312215600.330.150.28326.5629.7659.8
HexB77A9C021F1C1471e3c
Octal26717223404117345073674
Binary10110111111101010011100010000111111110010100011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A9C; }

 p { color: rgb(183,122,156); }

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

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

 a { background-color: rgb(183,122,156); }

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

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

 span { border-color: rgb(183,122,156); }

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