Html Css Color HEX #B19D99 Thatch

📋 copy color: '#B19D99'

red 177 ◦ green 157 ◦ blue 153

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

Shades of Thatch #B19D99

Tints of Thatch #B19D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.24%

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

R = 36.34%
G = 32.24%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B19D99 (or 0xB19D99) is known color: Thatch. HEX triplet: B1, 9D and 99. RGB value is (177,157,153). Sum of RGB (Red+Green+Blue) = 177+157+153=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19D99 is #4E6266. Grayscale: #A2A2A2. Windows color (decimal): -5136999 or 10067377. OLE color: 10067377.

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

Color convert

RGB 177 157 153 -
CMYK 0 0.11 0.14 0.31
HSL 10º 0.13% 0.65% -
HSV(B) 10º 0.14% 0.69% -
XYZ 35.94 35.76 35.15 -
YUV 162.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 177 157 153 0 0.11 0.14 0.31 10 0.13 0.65
Hex B1 9D 99 0 B E 1F A D 41
Octal 261 235 231 0 13 16 37 12 15 101
Binary 10110001 10011101 10011001 0 1011 1110 11111 1010 1101 1000001

Color Harmonies of #B19D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19D99

Black with #B19D99

Text Example


Text Example

White with #B19D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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