#B48D89

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

Shades of Thatch #B48D89

Tints of Thatch #B48D89

Color information

#B48D89 (or 0xB48D89) is unknown color: approx Thatch. HEX triplet: B4, 8D and 89. RGB value is (180,141,137). Sum of RGB (Red+Green+Blue) = 180+141+137=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48D89 is #4B7276. Grayscale: #989898. Windows color (decimal): -4944503 or 9014708. OLE color: 9014708.

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

Color convert

RGB180141137-
CMYK00.220.240.29
HSL5.58º22.28%62.16%-
HSV(B)5.58º23.89%70.59%-
XYZ32.8630.5627.83-
YUV152.2119.42147.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 137 (53.91% from 255) = 29.91%
R=39.30%
G=30.79%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014113700.220.240.295.5822.2862.16
HexB48D89016181D6163e
Octal264215211026303562676
Binary101101001000110110001001010110110001110111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D89; }

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

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

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

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

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

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

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

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