#B18D85

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

Shades of Thatch #B18D85

Tints of Thatch #B18D85

Color information

#B18D85 (or 0xB18D85) is unknown color: approx Thatch. HEX triplet: B1, 8D and 85. RGB value is (177,141,133). Sum of RGB (Red+Green+Blue) = 177+141+133=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18D85 is #4E727A. Grayscale: #969696. Windows color (decimal): -5141115 or 8752561. OLE color: 8752561.

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

Color convert

RGB177141133-
CMYK00.200.250.31
HSL10.91º22%60.78%-
HSV(B)10.91º24.86%69.41%-
XYZ31.8930.0926.32-
YUV150.85117.93146.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=39.25%
G=31.26%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714113300.200.250.3110.912260.78
HexB18D85014191Fb163d
Octal2612152050243137132675
Binary1011000110001101100001010101001100111111101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D85; }

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

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

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

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

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

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

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

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