#B96DA2

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

Shades of Bouquet #B96DA2

Tints of Bouquet #B96DA2

Color information

#B96DA2 (or 0xB96DA2) is unknown color: approx Bouquet. HEX triplet: B9, 6D and A2. RGB value is (185,109,162). Sum of RGB (Red+Green+Blue) = 185+109+162=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B96DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96DA2 is #46925D. Grayscale: #898989. Windows color (decimal): -4624990 or 10644921. OLE color: 10644921.

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

Color convert

RGB185109162-
CMYK00.410.120.27
HSL318.16º35.19%57.65%-
HSV(B)318.16º41.08%72.55%-
XYZ3223.8637.1-
YUV137.77141.68161.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 109 (42.97% from 255) = 23.90%
BLUE value IS 162 (63.67% from 255) = 35.53%
R=40.57%
G=23.90%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510916200.410.120.27318.1635.1957.65
HexB96DA2029C1B13e233a
Octal27115524205114334764372
Binary101110011101101101000100101001110011011100111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96DA2; }

 p { color: rgb(185,109,162); }

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

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

 a { background-color: rgb(185,109,162); }

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

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

 span { border-color: rgb(185,109,162); }

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