#B96FA3

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

Shades of Bouquet #B96FA3

Tints of Bouquet #B96FA3

Color information

#B96FA3 (or 0xB96FA3) is unknown color: approx Bouquet. HEX triplet: B9, 6F and A3. RGB value is (185,111,163). Sum of RGB (Red+Green+Blue) = 185+111+163=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96FA3 is #46905C. Grayscale: #8A8A8A. Windows color (decimal): -4624477 or 10710969. OLE color: 10710969.

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

Color convert

RGB185111163-
CMYK00.40.120.27
HSL317.84º34.58%58.04%-
HSV(B)317.84º40%72.55%-
XYZ32.324.3337.64-
YUV139.05141.52160.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 163 (64.06% from 255) = 35.51%
R=40.31%
G=24.18%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511116300.40.120.27317.8434.5858.04
HexB96FA3028C1B13e233a
Octal27115724305014334764372
Binary101110011101111101000110101000110011011100111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FA3; }

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

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

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

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

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

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

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

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