#B48E50

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

Shades of Teak #B48E50

Tints of Teak #B48E50

Color information

#B48E50 (or 0xB48E50) is unknown color: approx Teak. HEX triplet: B4, 8E and 50. RGB value is (180,142,80). Sum of RGB (Red+Green+Blue) = 180+142+80=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48E50 is #4B71AF. Grayscale: #929292. Windows color (decimal): -4944304 or 5279412. OLE color: 5279412.

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

Color convert

RGB18014280-
CMYK00.210.560.29
HSL37.2º40%50.98%-
HSV(B)37.2º55.56%70.59%-
XYZ29.9429.6311.73-
YUV146.2990.59152.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 80 (31.64% from 255) = 19.90%
R=44.78%
G=35.32%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801428000.210.560.2937.24050.98
HexB48E50015381D252833
Octal2642161200257035455063
Binary1011010010001110101000001010111100011101100101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48E50; }

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

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

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

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

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

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

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

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