Html Css Color HEX #B39595 Dusty Grey

📋 copy color: '#B39595'

red 179 ◦ green 149 ◦ blue 149

#B39595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dusty Grey #B39595

Tints of Dusty Grey #B39595

RGB

 RED value IS 179 (70.31% from 255) = 37.53%

 GREEN value IS 149 (58.59% from 255) = 31.24%

 BLUE value IS 149 (58.59% from 255) = 31.24%

R = 37.53%
G = 31.24%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B39595 (or 0xB39595) is known color: Dusty Grey. HEX triplet: B3, 95 and 95. RGB value is (179,149,149). Sum of RGB (Red+Green+Blue) = 179+149+149=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B39595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39595 is #4C6A6A. Grayscale: #9E9E9E. Windows color (decimal): -5007979 or 9803187. OLE color: 9803187.

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

Color convert

RGB 179 149 149 -
CMYK 0 0.17 0.17 0.30
HSL 0.16% 0.64% -
HSV(B) 0.17% 0.7% -
XYZ 34.76 33.25 33.02 -
YUV 157.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 179 149 149 0 0.17 0.17 0.30 0 0.16 0.64
Hex B3 95 95 0 11 11 1E 0 10 40
Octal 263 225 225 0 21 21 36 0 20 100
Binary 10110011 10010101 10010101 0 10001 10001 11110 0 10000 1000000

Color Harmonies of #B39595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39595

Black with #B39595

Text Example


Text Example

White with #B39595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39595; }

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

 H1.HeaderClassName
 {
   color: #B39595;
 }
 .AnyTagClassName
 {
   color: #B39595;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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