Html Css Color HEX #B19896 Dusty Grey

📋 copy color: '#B19896'

red 177 ◦ green 152 ◦ blue 150

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

Shades of Dusty Grey #B19896

Tints of Dusty Grey #B19896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.73%

 BLUE value IS 150 (58.98% from 255) = 31.32%

R = 36.95%
G = 31.73%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B19896 (or 0xB19896) is known color: Dusty Grey. HEX triplet: B1, 98 and 96. RGB value is (177,152,150). Sum of RGB (Red+Green+Blue) = 177+152+150=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B19896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19896 is #4E6769. Grayscale: #9F9F9F. Windows color (decimal): -5138282 or 9869489. OLE color: 9869489.

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

Color convert

RGB 177 152 150 -
CMYK 0 0.14 0.15 0.31
HSL 4.44º 0.15% 0.64% -
HSV(B) 4.44º 0.15% 0.69% -
XYZ 34.86 34.01 33.58 -
YUV 159.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 177 152 150 0 0.14 0.15 0.31 4.44 0.15 0.64
Hex B1 98 96 0 E F 1F 4 F 40
Octal 261 230 226 0 16 17 37 4 17 100
Binary 10110001 10011000 10010110 0 1110 1111 11111 100 1111 1000000

Color Harmonies of #B19896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19896

Black with #B19896

Text Example


Text Example

White with #B19896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19896; }

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

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

background-color css

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

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

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

border-color css

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

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

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