#B18F8A

Color #B18F8A Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #B18F8A

Tints of Thatch #B18F8A

Color information

#B18F8A (or 0xB18F8A) is unknown color: approx Thatch. HEX triplet: B1, 8F and 8A. RGB value is (177,143,138). Sum of RGB (Red+Green+Blue) = 177+143+138=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F8A is #4E7075. Grayscale: #989898. Windows color (decimal): -5140598 or 9080753. OLE color: 9080753.

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

Color convert

RGB177143138-
CMYK00.190.220.31
HSL7.69º20%61.76%-
HSV(B)7.69º22.03%69.41%-
XYZ32.5430.8328.28-
YUV152.6119.76145.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=38.65%
G=31.22%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714313800.190.220.317.692061.76
HexB18F8A013161F8143e
Octal2612172120232637102476
Binary1011000110001111100010100100111011011111100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F8A; }

 p { color: rgb(177,143,138); }

 H1.HeaderClassName
 {
   color: #B18F8A;
 }
 .AnyTagClassName
 {
   color: #B18F8A;
 }
</style>
background-color css

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

 a { background-color: rgb(177,143,138); }

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

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

 span { border-color: rgb(177,143,138); }

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