#9B8795

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

Shades of Bouquet #9B8795

Tints of Bouquet #9B8795

Color information

#9B8795 (or 0x9B8795) is unknown color: approx Bouquet. HEX triplet: 9B, 87 and 95. RGB value is (155,135,149). Sum of RGB (Red+Green+Blue) = 155+135+149=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8795 is #64786A. Grayscale: #8E8E8E. Windows color (decimal): -6584427 or 9799579. OLE color: 9799579.

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

Color convert

RGB155135149-
CMYK00.130.040.39
HSL318º9.09%56.86%-
HSV(B)318º12.9%60.78%-
XYZ27.6126.4732.09-
YUV142.58131.63136.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 135 (53.12% from 255) = 30.75%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=35.31%
G=30.75%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513514900.130.040.393189.0956.86
Hex9B87950D42713e939
Octal2332072250154474761171
Binary100110111000011110010101011011001001111001111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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