#9B8B95

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

Shades of Bouquet #9B8B95

Tints of Bouquet #9B8B95

Color information

#9B8B95 (or 0x9B8B95) is unknown color: approx Bouquet. HEX triplet: 9B, 8B and 95. RGB value is (155,139,149). Sum of RGB (Red+Green+Blue) = 155+139+149=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8B95 is #64746A. Grayscale: #909090. Windows color (decimal): -6583403 or 9800603. OLE color: 9800603.

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

Color convert

RGB155139149-
CMYK00.100.040.39
HSL322.5º7.41%57.65%-
HSV(B)322.5º10.32%60.78%-
XYZ28.1827.632.28-
YUV144.92130.3135.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=34.99%
G=31.38%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513914900.100.040.39322.57.4157.65
Hex9B8B950A42714373a
Octal233213225012447503772
Binary10011011100010111001010101010100100111101000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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