Html Css Color HEX #B18D8B Thatch

📋 copy color: '#B18D8B'

red 177 ◦ green 141 ◦ blue 139

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

Shades of Thatch #B18D8B

Tints of Thatch #B18D8B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.85%

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

R = 38.73%
G = 30.85%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B18D8B (or 0xB18D8B) is known color: Thatch. HEX triplet: B1, 8D and 8B. RGB value is (177,141,139). Sum of RGB (Red+Green+Blue) = 177+141+139=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18D8B is #4E7274. Grayscale: #979797. Windows color (decimal): -5141109 or 9145777. OLE color: 9145777.

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

Color convert

RGB 177 141 139 -
CMYK 0 0.20 0.21 0.31
HSL 3.16º 0.2% 0.62% -
HSV(B) 3.16º 0.21% 0.69% -
XYZ 32.32 30.26 28.56 -
YUV 151.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 177 141 139 0 0.20 0.21 0.31 3.16 0.2 0.62
Hex B1 8D 8B 0 14 15 1F 3 14 3E
Octal 261 215 213 0 24 25 37 3 24 76
Binary 10110001 10001101 10001011 0 10100 10101 11111 11 10100 111110

Color Harmonies of #B18D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18D8B

Black with #B18D8B

Text Example


Text Example

White with #B18D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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