Html Css Color HEX #B19897 Dusty Grey

📋 copy color: '#B19897'

red 177 ◦ green 152 ◦ blue 151

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

Shades of Dusty Grey #B19897

Tints of Dusty Grey #B19897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.46%

R = 36.88%
G = 31.67%
B = 31.46%

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

#B19897 (or 0xB19897) is known color: Dusty Grey. HEX triplet: B1, 98 and 97. RGB value is (177,152,151). Sum of RGB (Red+Green+Blue) = 177+152+151=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B19897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19897 is #4E6768. Grayscale: #9F9F9F. Windows color (decimal): -5138281 or 9935025. OLE color: 9935025.

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

Color convert

RGB 177 152 151 -
CMYK 0 0.14 0.15 0.31
HSL 2.31º 0.14% 0.64% -
HSV(B) 2.31º 0.15% 0.69% -
XYZ 34.95 34.04 34.01 -
YUV 159.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 177 152 151 0 0.14 0.15 0.31 2.31 0.14 0.64
Hex B1 98 97 0 E F 1F 2 E 40
Octal 261 230 227 0 16 17 37 2 16 100
Binary 10110001 10011000 10010111 0 1110 1111 11111 10 1110 1000000

Color Harmonies of #B19897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19897

Black with #B19897

Text Example


Text Example

White with #B19897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19897; }

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

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

background-color css

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

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

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

border-color css

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

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

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