Html Css Color HEX #B19494 Dusty Grey

📋 copy color: '#B19494'

red 177 ◦ green 148 ◦ blue 148

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

Shades of Dusty Grey #B19494

Tints of Dusty Grey #B19494

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.29%

 BLUE value IS 148 (58.2% from 255) = 31.29%

R = 37.42%
G = 31.29%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B19494 (or 0xB19494) is known color: Dusty Grey. HEX triplet: B1, 94 and 94. RGB value is (177,148,148). Sum of RGB (Red+Green+Blue) = 177+148+148=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B19494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19494 is #4E6B6B. Grayscale: #9C9C9C. Windows color (decimal): -5139308 or 9737393. OLE color: 9737393.

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

Color convert

RGB 177 148 148 -
CMYK 0 0.16 0.16 0.31
HSL 0.16% 0.64% -
HSV(B) 0.16% 0.69% -
XYZ 34.07 32.67 32.53 -
YUV 156.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 177 148 148 0 0.16 0.16 0.31 0 0.16 0.64
Hex B1 94 94 0 10 10 1F 0 10 40
Octal 261 224 224 0 20 20 37 0 20 100
Binary 10110001 10010100 10010100 0 10000 10000 11111 0 10000 1000000

Color Harmonies of #B19494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19494

Black with #B19494

Text Example


Text Example

White with #B19494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19494; }

 p { color: rgb(177,148,148); }

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

background-color css

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

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

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

border-color css

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

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

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