#B18357

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

Shades of Teak #B18357

Tints of Teak #B18357

Color information

#B18357 (or 0xB18357) is unknown color: approx Teak. HEX triplet: B1, 83 and 57. RGB value is (177,131,87). Sum of RGB (Red+Green+Blue) = 177+131+87=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B18357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18357 is #4E7CA8. Grayscale: #8B8B8B. Windows color (decimal): -5143721 or 5735345. OLE color: 5735345.

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

Color convert

RGB17713187-
CMYK00.260.510.31
HSL29.33º36.59%51.76%-
HSV(B)29.33º50.85%69.41%-
XYZ27.9726.2712.61-
YUV139.7498.24154.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.81%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 87 (34.38% from 255) = 22.03%
R=44.81%
G=33.16%
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.31
SystemRedGreenBlueCMYKHSL
Decimal1771318700.260.510.3129.3336.5951.76
HexB1835701A331F1d2534
Octal2612031270326337354564
Binary101100011000001110101110110101100111111111101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18357; }

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

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

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

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

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

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

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

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