#9B8395

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

Shades of Bouquet #9B8395

Tints of Bouquet #9B8395

Color information

#9B8395 (or 0x9B8395) is unknown color: approx Bouquet. HEX triplet: 9B, 83 and 95. RGB value is (155,131,149). Sum of RGB (Red+Green+Blue) = 155+131+149=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8395 is #647C6A. Grayscale: #8C8C8C. Windows color (decimal): -6585451 or 9798555. OLE color: 9798555.

HSL color Cylindrical-coordinate representation of color #9B8395: hue angle of 315º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B8395 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB155131149-
CMYK00.150.040.39
HSL315º10.71%56.08%-
HSV(B)315º15.48%60.78%-
XYZ27.0625.3731.9-
YUV140.23132.95138.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.63%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 149 (58.59% from 255) = 34.25%
R=35.63%
G=30.11%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513114900.150.040.3931510.7156.08
Hex9B83950F42713bb38
Octal2332032250174474731370
Binary100110111000001110010101011111001001111001110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B8395; }

 p { color: rgb(155,131,149); }

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

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

 a { background-color: rgb(155,131,149); }

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

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

 span { border-color: rgb(155,131,149); }

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