Html Css Color HEX #B19A96 Thatch

📋 copy color: '#B19A96'

red 177 ◦ green 154 ◦ blue 150

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

Shades of Thatch #B19A96

Tints of Thatch #B19A96

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.02%

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

R = 36.8%
G = 32.02%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B19A96 (or 0xB19A96) is known color: Thatch. HEX triplet: B1, 9A and 96. RGB value is (177,154,150). Sum of RGB (Red+Green+Blue) = 177+154+150=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A96 is #4E6569. Grayscale: #A0A0A0. Windows color (decimal): -5137770 or 9870001. OLE color: 9870001.

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

Color convert

RGB 177 154 150 -
CMYK 0 0.13 0.15 0.31
HSL 8.89º 0.15% 0.64% -
HSV(B) 8.89º 0.15% 0.69% -
XYZ 35.19 34.66 33.69 -
YUV 160.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 177 154 150 0 0.13 0.15 0.31 8.89 0.15 0.64
Hex B1 9A 96 0 D F 1F 9 F 40
Octal 261 232 226 0 15 17 37 11 17 100
Binary 10110001 10011010 10010110 0 1101 1111 11111 1001 1111 1000000

Color Harmonies of #B19A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A96

Black with #B19A96

Text Example


Text Example

White with #B19A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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