#b48859

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

Shades of Teak #B48859

Tints of Teak #B48859

Color information

#B48859 (or 0xB48859) is unknown color: approx Teak. HEX triplet: B4, 88 and 59. RGB value is (180,136,89). Sum of RGB (Red+Green+Blue) = 180+136+89=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B48859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48859 is #4B77A6. Grayscale: #909090. Windows color (decimal): -4945831 or 5867700. OLE color: 5867700.

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

Color convert

RGB18013689-
CMYK00.240.510.29
HSL30.99º37.76%52.75%-
HSV(B)30.99º50.56%70.59%-
XYZ29.4328.0313.31-
YUV143.897.08153.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 89 (35.16% from 255) = 21.98%
R=44.44%
G=33.58%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801368900.240.510.2930.9937.7652.75
HexB48859018331D1f2635
Octal2642101310306335374665
Binary101101001000100010110010110001100111110111111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b48859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b48859; }

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

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

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

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

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

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

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

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