#9B8A95

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

Shades of Bouquet #9B8A95

Tints of Bouquet #9B8A95

Color information

#9B8A95 (or 0x9B8A95) is unknown color: approx Bouquet. HEX triplet: 9B, 8A and 95. RGB value is (155,138,149). Sum of RGB (Red+Green+Blue) = 155+138+149=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8A95 is #64756A. Grayscale: #909090. Windows color (decimal): -6583659 or 9800347. OLE color: 9800347.

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

Color convert

RGB155138149-
CMYK00.110.040.39
HSL321.18º7.83%57.45%-
HSV(B)321.18º10.97%60.78%-
XYZ28.0327.3232.23-
YUV144.34130.63135.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.07%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=35.07%
G=31.22%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513814900.110.040.39321.187.8357.45
Hex9B8A950B427141839
Octal2332122250134475011071
Binary100110111000101010010101010111001001111010000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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