#B18F88

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

Shades of Thatch #B18F88

Tints of Thatch #B18F88

Color information

#B18F88 (or 0xB18F88) is unknown color: approx Thatch. HEX triplet: B1, 8F and 88. RGB value is (177,143,136). Sum of RGB (Red+Green+Blue) = 177+143+136=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F88 is #4E7077. Grayscale: #989898. Windows color (decimal): -5140600 or 8949681. OLE color: 8949681.

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

Color convert

RGB177143136-
CMYK00.190.230.31
HSL10.24º20.81%61.37%-
HSV(B)10.24º23.16%69.41%-
XYZ32.430.7727.52-
YUV152.37118.76145.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 143 (56.25% from 255) = 31.36%
BLUE value IS 136 (53.52% from 255) = 29.82%
R=38.82%
G=31.36%
B=29.82%

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
Decimal17714313600.190.230.3110.2420.8161.37
HexB18F88013171Fa153d
Octal2612172100232737122575
Binary1011000110001111100010000100111011111111101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F88; }

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

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

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

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

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

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

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

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