#B38C86

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

Shades of Thatch #B38C86

Tints of Thatch #B38C86

Color information

#B38C86 (or 0xB38C86) is unknown color: approx Thatch. HEX triplet: B3, 8C and 86. RGB value is (179,140,134). Sum of RGB (Red+Green+Blue) = 179+140+134=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38C86 is #4C7379. Grayscale: #979797. Windows color (decimal): -5010298 or 8817843. OLE color: 8817843.

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

Color convert

RGB179140134-
CMYK00.220.250.30
HSL22.84%61.37%-
HSV(B)25.14%70.2%-
XYZ32.2730.0626.66-
YUV150.98118.42147.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=39.51%
G=30.91%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914013400.220.250.30822.8461.37
HexB38C86016191E8173d
Octal2632142060263136102775
Binary1011001110001100100001100101101100111110100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38C86; }

 p { color: rgb(179,140,134); }

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

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

 a { background-color: rgb(179,140,134); }

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

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

 span { border-color: rgb(179,140,134); }

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