#B96FA6

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

Shades of Bouquet #B96FA6

Tints of Bouquet #B96FA6

Color information

#B96FA6 (or 0xB96FA6) is unknown color: approx Bouquet. HEX triplet: B9, 6F and A6. RGB value is (185,111,166). Sum of RGB (Red+Green+Blue) = 185+111+166=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96FA6 is #469059. Grayscale: #8B8B8B. Windows color (decimal): -4624474 or 10907577. OLE color: 10907577.

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

Color convert

RGB185111166-
CMYK00.40.100.27
HSL315.41º34.58%58.04%-
HSV(B)315.41º40%72.55%-
XYZ32.5724.4439.08-
YUV139.4143.02160.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 166 (65.23% from 255) = 35.93%
R=40.04%
G=24.03%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511116600.40.100.27315.4134.5858.04
HexB96FA6028A1B13b233a
Octal27115724605012334734372
Binary101110011101111101001100101000101011011100111011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FA6; }

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

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

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

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

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

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

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

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