#B48E53

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

Shades of Teak #B48E53

Tints of Teak #B48E53

Color information

#B48E53 (or 0xB48E53) is unknown color: approx Teak. HEX triplet: B4, 8E and 53. RGB value is (180,142,83). Sum of RGB (Red+Green+Blue) = 180+142+83=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48E53 is #4B71AC. Grayscale: #929292. Windows color (decimal): -4944301 or 5476020. OLE color: 5476020.

HSL color Cylindrical-coordinate representation of color #B48E53: hue angle of 36.49º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B48E53 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB18014283-
CMYK00.210.540.29
HSL36.49º39.27%51.57%-
HSV(B)36.49º53.89%70.59%-
XYZ30.0629.6712.33-
YUV146.6492.09151.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 83 (32.81% from 255) = 20.49%
R=44.44%
G=35.06%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801428300.210.540.2936.4939.2751.57
HexB48E53015361D242734
Octal2642161230256635444764
Binary1011010010001110101001101010111011011101100100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48E53; }

 p { color: rgb(180,142,83); }

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

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

 a { background-color: rgb(180,142,83); }

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

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

 span { border-color: rgb(180,142,83); }

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