#B77C9E

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

Shades of Bouquet #B77C9E

Tints of Bouquet #B77C9E

Color information

#B77C9E (or 0xB77C9E) is unknown color: approx Bouquet. HEX triplet: B7, 7C and 9E. RGB value is (183,124,158). Sum of RGB (Red+Green+Blue) = 183+124+158=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77C9E is #488361. Grayscale: #919191. Windows color (decimal): -4752226 or 10386615. OLE color: 10386615.

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

Color convert

RGB183124158-
CMYK00.320.140.28
HSL325.42º29.06%60.2%-
HSV(B)325.42º32.24%71.76%-
XYZ32.9126.9535.82-
YUV145.52135.05154.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 124 (48.83% from 255) = 26.67%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=39.35%
G=26.67%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312415800.320.140.28325.4229.0660.2
HexB77C9E020E1C1451d3c
Octal26717423604016345053574
Binary10110111111110010011110010000011101110010100010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77C9E; }

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

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

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

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

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

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

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

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