#B09595

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

Shades of Dusty Grey #B09595

Tints of Dusty Grey #B09595

Color information

#B09595 (or 0xB09595) is unknown color: approx Dusty Grey. HEX triplet: B0, 95 and 95. RGB value is (176,149,149). Sum of RGB (Red+Green+Blue) = 176+149+149=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B09595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09595 is #4F6A6A. Grayscale: #9D9D9D. Windows color (decimal): -5204587 or 9803184. OLE color: 9803184.

HSL color Cylindrical-coordinate representation of color #B09595: hue angle of 0º degrees, saturation: 0.15, 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 #B09595 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB176149149-
CMYK00.150.150.31
HSL14.59%63.73%-
HSV(B)15.34%69.02%-
XYZ34.0832.8932.99-
YUV157.07123.45141.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=37.13%
G=31.43%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614914900.150.150.31014.5963.73
HexB095950FF1F0f40
Octal2602252250171737017100
Binary10110000100101011001010101111111111111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09595; }

 p { color: rgb(176,149,149); }

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

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

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

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

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

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

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