#B96BA6

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

Shades of Bouquet #B96BA6

Tints of Bouquet #B96BA6

Color information

#B96BA6 (or 0xB96BA6) is unknown color: approx Bouquet. HEX triplet: B9, 6B and A6. RGB value is (185,107,166). Sum of RGB (Red+Green+Blue) = 185+107+166=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BA6 is #469459. Grayscale: #888888. Windows color (decimal): -4625498 or 10906553. OLE color: 10906553.

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

Color convert

RGB185107166-
CMYK00.420.100.27
HSL314.62º35.78%57.25%-
HSV(B)314.62º42.16%72.55%-
XYZ32.1523.5838.93-
YUV137.05144.34162.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 107 (42.19% from 255) = 23.36%
BLUE value IS 166 (65.23% from 255) = 36.24%
R=40.39%
G=23.36%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510716600.420.100.27314.6235.7857.25
HexB96BA602AA1B13b2439
Octal27115324605212334734471
Binary101110011101011101001100101010101011011100111011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BA6; }

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

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

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

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

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

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

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

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