#B96BA2

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

Shades of Bouquet #B96BA2

Tints of Bouquet #B96BA2

Color information

#B96BA2 (or 0xB96BA2) is unknown color: approx Bouquet. HEX triplet: B9, 6B and A2. RGB value is (185,107,162). Sum of RGB (Red+Green+Blue) = 185+107+162=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BA2 is #46945D. Grayscale: #888888. Windows color (decimal): -4625502 or 10644409. OLE color: 10644409.

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

Color convert

RGB185107162-
CMYK00.420.120.27
HSL317.69º35.78%57.25%-
HSV(B)317.69º42.16%72.55%-
XYZ31.7923.4437.03-
YUV136.59142.34162.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 107 (42.19% from 255) = 23.57%
BLUE value IS 162 (63.67% from 255) = 35.68%
R=40.75%
G=23.57%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510716200.420.120.27317.6935.7857.25
HexB96BA202AC1B13e2439
Octal27115324205214334764471
Binary101110011101011101000100101010110011011100111110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BA2; }

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

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

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

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

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

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

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

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