#B48D8A

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

Shades of Thatch #B48D8A

Tints of Thatch #B48D8A

Color information

#B48D8A (or 0xB48D8A) is unknown color: approx Thatch. HEX triplet: B4, 8D and 8A. RGB value is (180,141,138). Sum of RGB (Red+Green+Blue) = 180+141+138=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48D8A is #4B7275. Grayscale: #989898. Windows color (decimal): -4944502 or 9080244. OLE color: 9080244.

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

Color convert

RGB180141138-
CMYK00.220.230.29
HSL4.29º21.88%62.35%-
HSV(B)4.29º23.33%70.59%-
XYZ32.9330.5928.21-
YUV152.32119.92147.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 141 (55.47% from 255) = 30.72%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=39.22%
G=30.72%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014113800.220.230.294.2921.8862.35
HexB48D8A016171D4163e
Octal264215212026273542676
Binary101101001000110110001010010110101111110110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D8A; }

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

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

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

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

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

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

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

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