#B58756

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

Shades of Teak #B58756

Tints of Teak #B58756

Color information

#B58756 (or 0xB58756) is unknown color: approx Teak. HEX triplet: B5, 87 and 56. RGB value is (181,135,86). Sum of RGB (Red+Green+Blue) = 181+135+86=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B58756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58756 is #4A78A9. Grayscale: #8F8F8F. Windows color (decimal): -4880554 or 5670837. OLE color: 5670837.

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

Color convert

RGB18113586-
CMYK00.250.520.29
HSL30.95º39.09%52.35%-
HSV(B)30.95º52.49%70.98%-
XYZ29.427.8212.63-
YUV143.1795.74154.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 135 (53.12% from 255) = 33.58%
BLUE value IS 86 (33.98% from 255) = 21.39%
R=45.02%
G=33.58%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811358600.250.520.2930.9539.0952.35
HexB58756019341D1f2734
Octal2652071260316435374764
Binary101101011000011110101100110011101001110111111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58756; }

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

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

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

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

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

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

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

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