#B58659

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

Shades of Teak #B58659

Tints of Teak #B58659

Color information

#B58659 (or 0xB58659) is unknown color: approx Teak. HEX triplet: B5, 86 and 59. RGB value is (181,134,89). Sum of RGB (Red+Green+Blue) = 181+134+89=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B58659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58659 is #4A79A6. Grayscale: #8F8F8F. Windows color (decimal): -4880807 or 5867189. OLE color: 5867189.

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

Color convert

RGB18113489-
CMYK00.260.510.29
HSL29.35º38.33%52.94%-
HSV(B)29.35º50.83%70.98%-
XYZ29.3827.613.23-
YUV142.9297.57155.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 89 (35.16% from 255) = 22.03%
R=44.80%
G=33.17%
B=22.03%

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
Decimal1811348900.260.510.2929.3538.3352.94
HexB5865901A331D1d2635
Octal2652061310326335354665
Binary101101011000011010110010110101100111110111101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58659; }

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

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

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

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

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

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

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

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