Html Css Color HEX #B19C99 Dusty Grey

📋 copy color: '#B19C99'

red 177 ◦ green 156 ◦ blue 153

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

Shades of Dusty Grey #B19C99

Tints of Dusty Grey #B19C99

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.1%

 BLUE value IS 153 (60.16% from 255) = 31.48%

R = 36.42%
G = 32.1%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B19C99 (or 0xB19C99) is known color: Dusty Grey. HEX triplet: B1, 9C and 99. RGB value is (177,156,153). Sum of RGB (Red+Green+Blue) = 177+156+153=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19C99 is #4E6366. Grayscale: #A1A1A1. Windows color (decimal): -5137255 or 10067121. OLE color: 10067121.

HSL color Cylindrical-coordinate representation of color #B19C99: hue angle of 7.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B19C99 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 156 153 -
CMYK 0 0.12 0.14 0.31
HSL 7.5º 0.13% 0.65% -
HSV(B) 7.5º 0.14% 0.69% -
XYZ 35.77 35.42 35.09 -
YUV 161.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 177 156 153 0 0.12 0.14 0.31 7.5 0.13 0.65
Hex B1 9C 99 0 C E 1F 8 D 41
Octal 261 234 231 0 14 16 37 10 15 101
Binary 10110001 10011100 10011001 0 1100 1110 11111 1000 1101 1000001

Color Harmonies of #B19C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C99

Black with #B19C99

Text Example


Text Example

White with #B19C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C99; }

 p { color: rgb(177,156,153); }

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

background-color css

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

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

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

border-color css

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

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

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