#B976A6

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

Shades of Bouquet #B976A6

Tints of Bouquet #B976A6

Color information

#B976A6 (or 0xB976A6) is unknown color: approx Bouquet. HEX triplet: B9, 76 and A6. RGB value is (185,118,166). Sum of RGB (Red+Green+Blue) = 185+118+166=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 118 (46.48% from 255 or 25.16% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B976A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B976A6 is #468959. Grayscale: #8F8F8F. Windows color (decimal): -4622682 or 10909369. OLE color: 10909369.

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

Color convert

RGB185118166-
CMYK00.360.100.27
HSL317.01º32.37%59.41%-
HSV(B)317.01º36.22%72.55%-
XYZ33.3726.0239.34-
YUV143.5140.7157.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 118 (46.48% from 255) = 25.16%
BLUE value IS 166 (65.23% from 255) = 35.39%
R=39.45%
G=25.16%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511816600.360.100.27317.0132.3759.41
HexB976A6024A1B13d203b
Octal27116624604412334754073
Binary101110011110110101001100100100101011011100111101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976A6; }

 p { color: rgb(185,118,166); }

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

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

 a { background-color: rgb(185,118,166); }

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

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

 span { border-color: rgb(185,118,166); }

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