#B977A0

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

Shades of Bouquet #B977A0

Tints of Bouquet #B977A0

Color information

#B977A0 (or 0xB977A0) is unknown color: approx Bouquet. HEX triplet: B9, 77 and A0. RGB value is (185,119,160). Sum of RGB (Red+Green+Blue) = 185+119+160=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B977A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B977A0 is #46885F. Grayscale: #8F8F8F. Windows color (decimal): -4622432 or 10516409. OLE color: 10516409.

HSL color Cylindrical-coordinate representation of color #B977A0: hue angle of 322.73º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B977A0 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB185119160-
CMYK00.360.140.27
HSL322.73º32.04%59.61%-
HSV(B)322.73º35.68%72.55%-
XYZ32.9526.0536.55-
YUV143.41137.37157.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=39.87%
G=25.65%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511916000.360.140.27322.7332.0459.61
HexB977A0024E1B143203c
Octal27116724004416335034074
Binary101110011110111101000000100100111011011101000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B977A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B977A0; }

 p { color: rgb(185,119,160); }

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

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

 a { background-color: rgb(185,119,160); }

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

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

 span { border-color: rgb(185,119,160); }

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