#B979AA

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

Shades of Bouquet #B979AA

Tints of Bouquet #B979AA

Color information

#B979AA (or 0xB979AA) is unknown color: approx Bouquet. HEX triplet: B9, 79 and AA. RGB value is (185,121,170). Sum of RGB (Red+Green+Blue) = 185+121+170=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B979AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B979AA is #468655. Grayscale: #919191. Windows color (decimal): -4621910 or 11172281. OLE color: 11172281.

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

Color convert

RGB185121170-
CMYK00.350.080.27
HSL314.06º31.37%60%-
HSV(B)314.06º34.59%72.55%-
XYZ34.126.8941.42-
YUV145.72141.7156.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=38.87%
G=25.42%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512117000.350.080.27314.0631.3760
HexB979AA02381B13a1f3c
Octal27117125204310334723774
Binary10111001111100110101010010001110001101110011101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B979AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B979AA; }

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

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

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

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

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

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

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

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