Html Css Color HEX #B19391 Thatch

📋 copy color: '#B19391'

red 177 ◦ green 147 ◦ blue 145

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

Shades of Thatch #B19391

Tints of Thatch #B19391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.34%

 BLUE value IS 145 (57.03% from 255) = 30.92%

R = 37.74%
G = 31.34%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B19391 (or 0xB19391) is known color: Thatch. HEX triplet: B1, 93 and 91. RGB value is (177,147,145). Sum of RGB (Red+Green+Blue) = 177+147+145=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B19391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19391 is #4E6C6E. Grayscale: #9B9B9B. Windows color (decimal): -5139567 or 9540529. OLE color: 9540529.

HSL color Cylindrical-coordinate representation of color #B19391: hue angle of 3.75º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B19391 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 147 145 -
CMYK 0 0.17 0.18 0.31
HSL 3.75º 0.17% 0.63% -
HSV(B) 3.75º 0.18% 0.69% -
XYZ 33.68 32.26 31.24 -
YUV 155.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 177 147 145 0 0.17 0.18 0.31 3.75 0.17 0.63
Hex B1 93 91 0 11 12 1F 4 11 3F
Octal 261 223 221 0 21 22 37 4 21 77
Binary 10110001 10010011 10010001 0 10001 10010 11111 100 10001 111111

Color Harmonies of #B19391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19391

Black with #B19391

Text Example


Text Example

White with #B19391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19391; }

 p { color: rgb(177,147,145); }

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

background-color css

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

 a { background-color: rgb(177,147,145); }

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

border-color css

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

 span { border-color: rgb(177,147,145); }

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