#B58759

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

Shades of Teak #B58759

Tints of Teak #B58759

Color information

#B58759 (or 0xB58759) is unknown color: approx Teak. HEX triplet: B5, 87 and 59. RGB value is (181,135,89). Sum of RGB (Red+Green+Blue) = 181+135+89=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B58759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58759 is #4A78A6. Grayscale: #8F8F8F. Windows color (decimal): -4880551 or 5867445. OLE color: 5867445.

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

Color convert

RGB18113589-
CMYK00.250.510.29
HSL30º38.33%52.94%-
HSV(B)30º50.83%70.98%-
XYZ29.5227.8713.28-
YUV143.5197.24154.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.69%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 21.98%
R=44.69%
G=33.33%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811358900.250.510.293038.3352.94
HexB58759019331D1e2635
Octal2652071310316335364665
Binary101101011000011110110010110011100111110111110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58759; }

 p { color: rgb(181,135,89); }

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

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

 a { background-color: rgb(181,135,89); }

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

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

 span { border-color: rgb(181,135,89); }

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