#B96AA0

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

Shades of Bouquet #B96AA0

Tints of Bouquet #B96AA0

Color information

#B96AA0 (or 0xB96AA0) is unknown color: approx Bouquet. HEX triplet: B9, 6A and A0. RGB value is (185,106,160). Sum of RGB (Red+Green+Blue) = 185+106+160=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B96AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96AA0 is #46955F. Grayscale: #878787. Windows color (decimal): -4625760 or 10513081. OLE color: 10513081.

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

Color convert

RGB185106160-
CMYK00.430.140.27
HSL318.99º36.07%57.06%-
HSV(B)318.99º42.7%72.55%-
XYZ31.5123.1636.07-
YUV135.78141.67163.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 160 (62.89% from 255) = 35.48%
R=41.02%
G=23.50%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510616000.430.140.27318.9936.0757.06
HexB96AA002BE1B13f2439
Octal27115224005316334774471
Binary101110011101010101000000101011111011011100111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96AA0; }

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

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

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

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

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

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

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

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