Html Css Color HEX #B19695 Dusty Grey

📋 copy color: '#B19695'

red 177 ◦ green 150 ◦ blue 149

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

Shades of Dusty Grey #B19695

Tints of Dusty Grey #B19695

RGB

 RED value IS 177 (69.53% from 255) = 37.18%

 GREEN value IS 150 (58.98% from 255) = 31.51%

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

R = 37.18%
G = 31.51%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B19695 (or 0xB19695) is known color: Dusty Grey. HEX triplet: B1, 96 and 95. RGB value is (177,150,149). Sum of RGB (Red+Green+Blue) = 177+150+149=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B19695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19695 is #4E696A. Grayscale: #9D9D9D. Windows color (decimal): -5138795 or 9803441. OLE color: 9803441.

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

Color convert

RGB 177 150 149 -
CMYK 0 0.15 0.16 0.31
HSL 2.14º 0.15% 0.64% -
HSV(B) 2.14º 0.16% 0.69% -
XYZ 34.46 33.33 33.05 -
YUV 157.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 177 150 149 0 0.15 0.16 0.31 2.14 0.15 0.64
Hex B1 96 95 0 F 10 1F 2 F 40
Octal 261 226 225 0 17 20 37 2 17 100
Binary 10110001 10010110 10010101 0 1111 10000 11111 10 1111 1000000

Color Harmonies of #B19695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19695

Black with #B19695

Text Example


Text Example

White with #B19695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19695; }

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

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

background-color css

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

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

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

border-color css

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

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

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