#B96BA0

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

Shades of Bouquet #B96BA0

Tints of Bouquet #B96BA0

Color information

#B96BA0 (or 0xB96BA0) is unknown color: approx Bouquet. HEX triplet: B9, 6B and A0. RGB value is (185,107,160). Sum of RGB (Red+Green+Blue) = 185+107+160=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BA0 is #46945F. Grayscale: #888888. Windows color (decimal): -4625504 or 10513337. OLE color: 10513337.

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

Color convert

RGB185107160-
CMYK00.420.140.27
HSL319.23º35.78%57.25%-
HSV(B)319.23º42.16%72.55%-
XYZ31.6123.3736.1-
YUV136.36141.34162.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 160 (62.89% from 255) = 35.40%
R=40.93%
G=23.67%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510716000.420.140.27319.2335.7857.25
HexB96BA002AE1B13f2439
Octal27115324005216334774471
Binary101110011101011101000000101010111011011100111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BA0; }

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

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

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

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

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

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

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

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