#9B8695

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

Shades of Bouquet #9B8695

Tints of Bouquet #9B8695

Color information

#9B8695 (or 0x9B8695) is unknown color: approx Bouquet. HEX triplet: 9B, 86 and 95. RGB value is (155,134,149). Sum of RGB (Red+Green+Blue) = 155+134+149=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8695 is #64796A. Grayscale: #8D8D8D. Windows color (decimal): -6584683 or 9799323. OLE color: 9799323.

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

Color convert

RGB155134149-
CMYK00.140.040.39
HSL317.14º9.5%56.67%-
HSV(B)317.14º13.55%60.78%-
XYZ27.4726.1932.04-
YUV141.99131.96137.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.39%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 149 (58.59% from 255) = 34.02%
R=35.39%
G=30.59%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513414900.140.040.39317.149.556.67
Hex9B86950E42713da39
Octal2332062250164474751271
Binary100110111000011010010101011101001001111001111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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