#B976A1

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

Shades of Bouquet #B976A1

Tints of Bouquet #B976A1

Color information

#B976A1 (or 0xB976A1) is unknown color: approx Bouquet. HEX triplet: B9, 76 and A1. RGB value is (185,118,161). Sum of RGB (Red+Green+Blue) = 185+118+161=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B976A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B976A1 is #46895E. Grayscale: #8E8E8E. Windows color (decimal): -4622687 or 10581689. OLE color: 10581689.

HSL color Cylindrical-coordinate representation of color #B976A1: hue angle of 321.49º 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 #B976A1 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB185118161-
CMYK00.360.130.27
HSL321.49º32.37%59.41%-
HSV(B)321.49º36.22%72.55%-
XYZ32.9225.8436.97-
YUV142.94138.2158-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 118 (46.48% from 255) = 25.43%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=39.87%
G=25.43%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511816100.360.130.27321.4932.3759.41
HexB976A1024D1B141203b
Octal27116624104415335014073
Binary101110011110110101000010100100110111011101000001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976A1; }

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

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

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

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

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

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

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

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