#B48B87

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

Shades of Thatch #B48B87

Tints of Thatch #B48B87

Color information

#B48B87 (or 0xB48B87) is unknown color: approx Thatch. HEX triplet: B4, 8B and 87. RGB value is (180,139,135). Sum of RGB (Red+Green+Blue) = 180+139+135=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48B87 is #4B7478. Grayscale: #969696. Windows color (decimal): -4945017 or 8883124. OLE color: 8883124.

HSL color Cylindrical-coordinate representation of color #B48B87: hue angle of 5.33º 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 #B48B87 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB180139135-
CMYK00.230.250.29
HSL5.33º23.08%61.76%-
HSV(B)5.33º25%70.59%-
XYZ32.4329.9226.99-
YUV150.8119.08148.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 139 (54.69% from 255) = 30.62%
BLUE value IS 135 (53.12% from 255) = 29.74%
R=39.65%
G=30.62%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013913500.230.250.295.3323.0861.76
HexB48B87017191D5173e
Octal264213207027313552776
Binary101101001000101110000111010111110011110110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B87; }

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

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

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

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

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

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

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

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