#B18D56

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

Shades of Teak #B18D56

Tints of Teak #B18D56

Color information

#B18D56 (or 0xB18D56) is unknown color: approx Teak. HEX triplet: B1, 8D and 56. RGB value is (177,141,86). Sum of RGB (Red+Green+Blue) = 177+141+86=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D56 is #4E72A9. Grayscale: #919191. Windows color (decimal): -5141162 or 5672369. OLE color: 5672369.

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

Color convert

RGB17714186-
CMYK00.200.510.31
HSL36.26º36.84%51.57%-
HSV(B)36.26º51.41%69.41%-
XYZ29.3429.0712.87-
YUV145.4994.43150.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 141 (55.47% from 255) = 34.90%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=43.81%
G=34.90%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771418600.200.510.3136.2636.8451.57
HexB18D56014331F242534
Octal2612151260246337444564
Binary1011000110001101101011001010011001111111100100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D56; }

 p { color: rgb(177,141,86); }

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

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

 a { background-color: rgb(177,141,86); }

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

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

 span { border-color: rgb(177,141,86); }

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