#B48559

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

Shades of Teak #B48559

Tints of Teak #B48559

Color information

#B48559 (or 0xB48559) is unknown color: approx Teak. HEX triplet: B4, 85 and 59. RGB value is (180,133,89). Sum of RGB (Red+Green+Blue) = 180+133+89=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B48559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48559 is #4B7AA6. Grayscale: #8E8E8E. Windows color (decimal): -4946599 or 5866932. OLE color: 5866932.

HSL color Cylindrical-coordinate representation of color #B48559: hue angle of 29.01º 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 #B48559 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18013389-
CMYK00.260.510.29
HSL29.01º37.76%52.75%-
HSV(B)29.01º50.56%70.59%-
XYZ29.0127.213.17-
YUV142.0498.07155.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 89 (35.16% from 255) = 22.14%
R=44.78%
G=33.08%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801338900.260.510.2929.0137.7652.75
HexB4855901A331D1d2635
Octal2642051310326335354665
Binary101101001000010110110010110101100111110111101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48559; }

 p { color: rgb(180,133,89); }

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

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

 a { background-color: rgb(180,133,89); }

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

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

 span { border-color: rgb(180,133,89); }

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