#B48D86

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

Shades of Thatch #B48D86

Tints of Thatch #B48D86

Color information

#B48D86 (or 0xB48D86) is unknown color: approx Thatch. HEX triplet: B4, 8D and 86. RGB value is (180,141,134). Sum of RGB (Red+Green+Blue) = 180+141+134=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48D86 is #4B7279. Grayscale: #979797. Windows color (decimal): -4944506 or 8818100. OLE color: 8818100.

HSL color Cylindrical-coordinate representation of color #B48D86: hue angle of 9.13º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B48D86 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB180141134-
CMYK00.220.260.29
HSL9.13º23.47%61.57%-
HSV(B)9.13º25.56%70.59%-
XYZ32.6530.4726.72-
YUV151.86117.92148.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=39.56%
G=30.99%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014113400.220.260.299.1323.4761.57
HexB48D860161A1D9173e
Octal2642152060263235112776
Binary1011010010001101100001100101101101011101100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D86; }

 p { color: rgb(180,141,134); }

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

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

 a { background-color: rgb(180,141,134); }

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

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

 span { border-color: rgb(180,141,134); }

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