#B09796

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

Shades of Dusty Grey #B09796

Tints of Dusty Grey #B09796

Color information

#B09796 (or 0xB09796) is unknown color: approx Dusty Grey. HEX triplet: B0, 97 and 96. RGB value is (176,151,150). Sum of RGB (Red+Green+Blue) = 176+151+150=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 176 - color contains mainly: red. Hex color #B09796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09796 is #4F6869. Grayscale: #9E9E9E. Windows color (decimal): -5204074 or 9869232. OLE color: 9869232.

HSL color Cylindrical-coordinate representation of color #B09796: hue angle of 2.31º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B09796 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB176151150-
CMYK00.140.150.31
HSL2.31º14.13%63.92%-
HSV(B)2.31º14.77%69.02%-
XYZ34.4833.5733.52-
YUV158.36123.28140.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 151 (59.38% from 255) = 31.66%
BLUE value IS 150 (58.98% from 255) = 31.45%
R=36.90%
G=31.66%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615115000.140.150.312.3114.1363.92
HexB097960EF1F2e40
Octal2602272260161737216100
Binary101100001001011110010110011101111111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09796; }

 p { color: rgb(176,151,150); }

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

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

 a { background-color: rgb(176,151,150); }

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

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

 span { border-color: rgb(176,151,150); }

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