#B96FA1

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

Shades of Bouquet #B96FA1

Tints of Bouquet #B96FA1

Color information

#B96FA1 (or 0xB96FA1) is unknown color: approx Bouquet. HEX triplet: B9, 6F and A1. RGB value is (185,111,161). Sum of RGB (Red+Green+Blue) = 185+111+161=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96FA1 is #46905E. Grayscale: #8A8A8A. Windows color (decimal): -4624479 or 10579897. OLE color: 10579897.

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

Color convert

RGB185111161-
CMYK00.40.130.27
HSL319.46º34.58%58.04%-
HSV(B)319.46º40%72.55%-
XYZ32.1324.2636.71-
YUV138.83140.52160.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 161 (63.28% from 255) = 35.23%
R=40.48%
G=24.29%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511116100.40.130.27319.4634.5858.04
HexB96FA1028D1B13f233a
Octal27115724105015334774372
Binary101110011101111101000010101000110111011100111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FA1; }

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

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

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

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

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

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

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

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