#B48C87

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

Shades of Thatch #B48C87

Tints of Thatch #B48C87

Color information

#B48C87 (or 0xB48C87) is unknown color: approx Thatch. HEX triplet: B4, 8C and 87. RGB value is (180,140,135). Sum of RGB (Red+Green+Blue) = 180+140+135=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48C87 is #4B7378. Grayscale: #979797. Windows color (decimal): -4944761 or 8883380. OLE color: 8883380.

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

Color convert

RGB180140135-
CMYK00.220.250.29
HSL6.67º23.08%61.76%-
HSV(B)6.67º25%70.59%-
XYZ32.5730.2127.04-
YUV151.39118.75148.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=39.56%
G=30.77%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014013500.220.250.296.6723.0861.76
HexB48C87016191D7173e
Octal264214207026313572776
Binary101101001000110010000111010110110011110111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C87; }

 p { color: rgb(180,140,135); }

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

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

 a { background-color: rgb(180,140,135); }

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

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

 span { border-color: rgb(180,140,135); }

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