#B976A3

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

Shades of Bouquet #B976A3

Tints of Bouquet #B976A3

Color information

#B976A3 (or 0xB976A3) is unknown color: approx Bouquet. HEX triplet: B9, 76 and A3. RGB value is (185,118,163). Sum of RGB (Red+Green+Blue) = 185+118+163=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B976A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B976A3 is #46895C. Grayscale: #8F8F8F. Windows color (decimal): -4622685 or 10712761. OLE color: 10712761.

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

Color convert

RGB185118163-
CMYK00.360.120.27
HSL319.7º32.37%59.41%-
HSV(B)319.7º36.22%72.55%-
XYZ33.125.9237.91-
YUV143.16139.2157.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 118 (46.48% from 255) = 25.32%
BLUE value IS 163 (64.06% from 255) = 34.98%
R=39.70%
G=25.32%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511816300.360.120.27319.732.3759.41
HexB976A3024C1B140203b
Octal27116624304414335004073
Binary101110011110110101000110100100110011011101000000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B976A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B976A3; }

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

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

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

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

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

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

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

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