#B48858

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

Shades of Teak #B48858

Tints of Teak #B48858

Color information

#B48858 (or 0xB48858) is unknown color: approx Teak. HEX triplet: B4, 88 and 58. RGB value is (180,136,88). Sum of RGB (Red+Green+Blue) = 180+136+88=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B48858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48858 is #4B77A7. Grayscale: #8F8F8F. Windows color (decimal): -4945832 or 5802164. OLE color: 5802164.

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

Color convert

RGB18013688-
CMYK00.240.510.29
HSL31.3º38.02%52.55%-
HSV(B)31.3º51.11%70.59%-
XYZ29.3928.0213.09-
YUV143.6896.58153.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 88 (34.77% from 255) = 21.78%
R=44.55%
G=33.66%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801368800.240.510.2931.338.0252.55
HexB48858018331D1f2635
Octal2642101300306335374665
Binary101101001000100010110000110001100111110111111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48858; }

 p { color: rgb(180,136,88); }

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

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

 a { background-color: rgb(180,136,88); }

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

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

 span { border-color: rgb(180,136,88); }

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