#B39695

Color #B39695 Dusty Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dusty Grey #B39695

Tints of Dusty Grey #B39695

Color information

#B39695 (or 0xB39695) is unknown color: approx Dusty Grey. HEX triplet: B3, 96 and 95. RGB value is (179,150,149). Sum of RGB (Red+Green+Blue) = 179+150+149=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B39695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39695 is #4C696A. Grayscale: #9E9E9E. Windows color (decimal): -5007723 or 9803443. OLE color: 9803443.

HSL color Cylindrical-coordinate representation of color #B39695: hue angle of 2º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B39695 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB179150149-
CMYK00.160.170.30
HSL16.48%64.31%-
HSV(B)16.76%70.2%-
XYZ34.9233.5733.07-
YUV158.56122.61142.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=37.45%
G=31.38%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915014900.160.170.30216.4864.31
HexB39695010111E21040
Octal2632262250202136220100
Binary101100111001011010010101010000100011111010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39695; }

 p { color: rgb(179,150,149); }

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

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

 a { background-color: rgb(179,150,149); }

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

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

 span { border-color: rgb(179,150,149); }

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