#B96B9E

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

Shades of Bouquet #B96B9E

Tints of Bouquet #B96B9E

Color information

#B96B9E (or 0xB96B9E) is unknown color: approx Bouquet. HEX triplet: B9, 6B and 9E. RGB value is (185,107,158). Sum of RGB (Red+Green+Blue) = 185+107+158=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96B9E is #469461. Grayscale: #888888. Windows color (decimal): -4625506 or 10382265. OLE color: 10382265.

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

Color convert

RGB185107158-
CMYK00.420.150.27
HSL320.77º35.78%57.25%-
HSV(B)320.77º42.16%72.55%-
XYZ31.4423.335.19-
YUV136.14140.34162.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 107 (42.19% from 255) = 23.78%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=41.11%
G=23.78%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510715800.420.150.27320.7735.7857.25
HexB96B9E02AF1B1412439
Octal27115323605217335014471
Binary101110011101011100111100101010111111011101000001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96B9E; }

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

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

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

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

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

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

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

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