Html Css Color HEX #B19995 Thatch

📋 copy color: '#B19995'

red 177 ◦ green 153 ◦ blue 149

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

Shades of Thatch #B19995

Tints of Thatch #B19995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.94%

 BLUE value IS 149 (58.59% from 255) = 31.11%

R = 36.95%
G = 31.94%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B19995 (or 0xB19995) is known color: Thatch. HEX triplet: B1, 99 and 95. RGB value is (177,153,149). Sum of RGB (Red+Green+Blue) = 177+153+149=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B19995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19995 is #4E666A. Grayscale: #9F9F9F. Windows color (decimal): -5138027 or 9804209. OLE color: 9804209.

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

Color convert

RGB 177 153 149 -
CMYK 0 0.14 0.16 0.31
HSL 8.57º 0.15% 0.64% -
HSV(B) 8.57º 0.16% 0.69% -
XYZ 34.95 34.3 33.21 -
YUV 159.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 177 153 149 0 0.14 0.16 0.31 8.57 0.15 0.64
Hex B1 99 95 0 E 10 1F 9 F 40
Octal 261 231 225 0 16 20 37 11 17 100
Binary 10110001 10011001 10010101 0 1110 10000 11111 1001 1111 1000000

Color Harmonies of #B19995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19995

Black with #B19995

Text Example


Text Example

White with #B19995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19995; }

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

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

background-color css

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

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

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

border-color css

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

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

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