#B18759

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

Shades of Teak #B18759

Tints of Teak #B18759

Color information

#B18759 (or 0xB18759) is unknown color: approx Teak. HEX triplet: B1, 87 and 59. RGB value is (177,135,89). Sum of RGB (Red+Green+Blue) = 177+135+89=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B18759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18759 is #4E78A6. Grayscale: #8E8E8E. Windows color (decimal): -5142695 or 5867441. OLE color: 5867441.

HSL color Cylindrical-coordinate representation of color #B18759: hue angle of 31.36º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B18759 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17713589-
CMYK00.240.500.31
HSL31.36º36.07%52.16%-
HSV(B)31.36º49.72%69.41%-
XYZ28.627.413.23-
YUV142.3197.91152.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 135 (53.12% from 255) = 33.67%
BLUE value IS 89 (35.16% from 255) = 22.19%
R=44.14%
G=33.67%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771358900.240.500.3131.3636.0752.16
HexB18759018321F1f2434
Octal2612071310306237374464
Binary101100011000011110110010110001100101111111111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18759; }

 p { color: rgb(177,135,89); }

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

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

 a { background-color: rgb(177,135,89); }

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

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

 span { border-color: rgb(177,135,89); }

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