#B96EA2

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

Shades of Bouquet #B96EA2

Tints of Bouquet #B96EA2

Color information

#B96EA2 (or 0xB96EA2) is unknown color: approx Bouquet. HEX triplet: B9, 6E and A2. RGB value is (185,110,162). Sum of RGB (Red+Green+Blue) = 185+110+162=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B96EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96EA2 is #46915D. Grayscale: #8A8A8A. Windows color (decimal): -4624734 or 10645177. OLE color: 10645177.

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

Color convert

RGB185110162-
CMYK00.410.120.27
HSL318.4º34.88%57.84%-
HSV(B)318.4º40.54%72.55%-
XYZ32.1124.0737.14-
YUV138.35141.35161.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 110 (43.36% from 255) = 24.07%
BLUE value IS 162 (63.67% from 255) = 35.45%
R=40.48%
G=24.07%
B=35.45%

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
Decimal18511016200.410.120.27318.434.8857.84
HexB96EA2029C1B13e233a
Octal27115624205114334764372
Binary101110011101110101000100101001110011011100111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96EA2; }

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

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

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

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

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

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

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

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