#B96F9E

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

Shades of Bouquet #B96F9E

Tints of Bouquet #B96F9E

Color information

#B96F9E (or 0xB96F9E) is unknown color: approx Bouquet. HEX triplet: B9, 6F and 9E. RGB value is (185,111,158). Sum of RGB (Red+Green+Blue) = 185+111+158=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F9E is #469061. Grayscale: #8A8A8A. Windows color (decimal): -4624482 or 10383289. OLE color: 10383289.

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

Color convert

RGB185111158-
CMYK00.40.150.27
HSL321.89º34.58%58.04%-
HSV(B)321.89º40%72.55%-
XYZ31.8624.1535.33-
YUV138.48139.02161.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 111 (43.75% from 255) = 24.45%
BLUE value IS 158 (62.11% from 255) = 34.80%
R=40.75%
G=24.45%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511115800.40.150.27321.8934.5858.04
HexB96F9E028F1B142233a
Octal27115723605017335024372
Binary101110011101111100111100101000111111011101000010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F9E; }

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

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

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

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

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

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

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

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