#B18F89

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

Shades of Thatch #B18F89

Tints of Thatch #B18F89

Color information

#B18F89 (or 0xB18F89) is unknown color: approx Thatch. HEX triplet: B1, 8F and 89. RGB value is (177,143,137). Sum of RGB (Red+Green+Blue) = 177+143+137=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F89 is #4E7076. Grayscale: #989898. Windows color (decimal): -5140599 or 9015217. OLE color: 9015217.

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

Color convert

RGB177143137-
CMYK00.190.230.31
HSL20.41%61.57%-
HSV(B)22.6%69.41%-
XYZ32.4730.827.9-
YUV152.48119.26145.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 137 (53.91% from 255) = 29.98%
R=38.73%
G=31.29%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714313700.190.230.31920.4161.57
HexB18F89013171F9143e
Octal2612172110232737112476
Binary1011000110001111100010010100111011111111100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F89; }

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

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

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

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

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

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

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

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