#B18B53

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

Shades of Teak #B18B53

Tints of Teak #B18B53

Color information

#B18B53 (or 0xB18B53) is unknown color: approx Teak. HEX triplet: B1, 8B and 53. RGB value is (177,139,83). Sum of RGB (Red+Green+Blue) = 177+139+83=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B53 is #4E74AC. Grayscale: #909090. Windows color (decimal): -5141677 or 5475249. OLE color: 5475249.

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

Color convert

RGB17713983-
CMYK00.210.530.31
HSL35.74º37.6%50.98%-
HSV(B)35.74º53.11%69.41%-
XYZ28.9328.4412.15-
YUV143.9893.59151.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 139 (54.69% from 255) = 34.84%
BLUE value IS 83 (32.81% from 255) = 20.80%
R=44.36%
G=34.84%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771398300.210.530.3135.7437.650.98
HexB18B53015351F242633
Octal2612131230256537444663
Binary1011000110001011101001101010111010111111100100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18B53; }

 p { color: rgb(177,139,83); }

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

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

 a { background-color: rgb(177,139,83); }

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

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

 span { border-color: rgb(177,139,83); }

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