Html Css Color HEX #B1938B Thatch

📋 copy color: '#B1938B'

red 177 ◦ green 147 ◦ blue 139

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

Shades of Thatch #B1938B

Tints of Thatch #B1938B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.02%

R = 38.23%
G = 31.75%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1938B (or 0xB1938B) is known color: Thatch. HEX triplet: B1, 93 and 8B. RGB value is (177,147,139). Sum of RGB (Red+Green+Blue) = 177+147+139=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1938B is #4E6C74. Grayscale: #9B9B9B. Windows color (decimal): -5139573 or 9147313. OLE color: 9147313.

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

Color convert

RGB 177 147 139 -
CMYK 0 0.17 0.21 0.31
HSL 12.63º 0.2% 0.62% -
HSV(B) 12.63º 0.21% 0.69% -
XYZ 33.23 32.08 28.87 -
YUV 155.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 177 147 139 0 0.17 0.21 0.31 12.63 0.2 0.62
Hex B1 93 8B 0 11 15 1F D 14 3E
Octal 261 223 213 0 21 25 37 15 24 76
Binary 10110001 10010011 10001011 0 10001 10101 11111 1101 10100 111110

Color Harmonies of #B1938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1938B

Black with #B1938B

Text Example


Text Example

White with #B1938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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