#B48457

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

Shades of Teak #B48457

Tints of Teak #B48457

Color information

#B48457 (or 0xB48457) is unknown color: approx Teak. HEX triplet: B4, 84 and 57. RGB value is (180,132,87). Sum of RGB (Red+Green+Blue) = 180+132+87=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B48457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48457 is #4B7BA8. Grayscale: #8D8D8D. Windows color (decimal): -4946857 or 5735604. OLE color: 5735604.

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

Color convert

RGB18013287-
CMYK00.270.520.29
HSL29.03º38.27%52.35%-
HSV(B)29.03º51.67%70.59%-
XYZ28.7926.8912.69-
YUV141.2297.4155.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 87 (34.38% from 255) = 21.80%
R=45.11%
G=33.08%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801328700.270.520.2929.0338.2752.35
HexB4845701B341D1d2634
Octal2642041270336435354664
Binary101101001000010010101110110111101001110111101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48457; }

 p { color: rgb(180,132,87); }

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

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

 a { background-color: rgb(180,132,87); }

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

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

 span { border-color: rgb(180,132,87); }

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