#B48D54

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

Shades of Teak #B48D54

Tints of Teak #B48D54

Color information

#B48D54 (or 0xB48D54) is unknown color: approx Teak. HEX triplet: B4, 8D and 54. RGB value is (180,141,84). Sum of RGB (Red+Green+Blue) = 180+141+84=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48D54 is #4B72AB. Grayscale: #929292. Windows color (decimal): -4944556 or 5541300. OLE color: 5541300.

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

Color convert

RGB18014184-
CMYK00.220.530.29
HSL35.63º39.02%51.76%-
HSV(B)35.63º53.33%70.59%-
XYZ29.9529.3912.48-
YUV146.1692.92152.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 141 (55.47% from 255) = 34.81%
BLUE value IS 84 (33.20% from 255) = 20.74%
R=44.44%
G=34.81%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801418400.220.530.2935.6339.0251.76
HexB48D54016351D242734
Octal2642151240266535444764
Binary1011010010001101101010001011011010111101100100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D54; }

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

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

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

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

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

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

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

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