#B979A0

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

Shades of Bouquet #B979A0

Tints of Bouquet #B979A0

Color information

#B979A0 (or 0xB979A0) is unknown color: approx Bouquet. HEX triplet: B9, 79 and A0. RGB value is (185,121,160). Sum of RGB (Red+Green+Blue) = 185+121+160=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B979A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B979A0 is #46865F. Grayscale: #909090. Windows color (decimal): -4621920 or 10516921. OLE color: 10516921.

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

Color convert

RGB185121160-
CMYK00.350.140.27
HSL323.44º31.37%60%-
HSV(B)323.44º34.59%72.55%-
XYZ33.1926.5336.63-
YUV144.58136.7156.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 121 (47.66% from 255) = 25.97%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=39.70%
G=25.97%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512116000.350.140.27323.4431.3760
HexB979A0023E1B1431f3c
Octal27117124004316335033774
Binary10111001111100110100000010001111101101110100001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B979A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B979A0; }

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

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

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

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

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

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

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

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