#B18557

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

Shades of Teak #B18557

Tints of Teak #B18557

Color information

#B18557 (or 0xB18557) is unknown color: approx Teak. HEX triplet: B1, 85 and 57. RGB value is (177,133,87). Sum of RGB (Red+Green+Blue) = 177+133+87=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B18557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18557 is #4E7AA8. Grayscale: #8D8D8D. Windows color (decimal): -5143209 or 5735857. OLE color: 5735857.

HSL color Cylindrical-coordinate representation of color #B18557: hue angle of 30.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B18557 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17713387-
CMYK00.250.510.31
HSL30.67º36.59%51.76%-
HSV(B)30.67º50.85%69.41%-
XYZ28.2426.8112.7-
YUV140.9197.58153.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 87 (34.38% from 255) = 21.91%
R=44.58%
G=33.50%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771338700.250.510.3130.6736.5951.76
HexB18557019331F1f2534
Octal2612051270316337374564
Binary101100011000010110101110110011100111111111111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18557; }

 p { color: rgb(177,133,87); }

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

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

 a { background-color: rgb(177,133,87); }

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

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

 span { border-color: rgb(177,133,87); }

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