#B77A9B

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

Shades of Bouquet #B77A9B

Tints of Bouquet #B77A9B

Color information

#B77A9B (or 0xB77A9B) is unknown color: approx Bouquet. HEX triplet: B7, 7A and 9B. RGB value is (183,122,155). Sum of RGB (Red+Green+Blue) = 183+122+155=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77A9B is #488564. Grayscale: #8F8F8F. Windows color (decimal): -4752741 or 10189495. OLE color: 10189495.

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

Color convert

RGB183122155-
CMYK00.330.150.28
HSL327.54º29.76%59.8%-
HSV(B)327.54º33.33%71.76%-
XYZ32.426.3534.39-
YUV144134.21155.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 155 (60.94% from 255) = 33.70%
R=39.78%
G=26.52%
B=33.70%

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
Decimal18312215500.330.150.28327.5429.7659.8
HexB77A9B021F1C1481e3c
Octal26717223304117345103674
Binary10110111111101010011011010000111111110010100100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A9B; }

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

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

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

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

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

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

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

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