#B18559

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

Shades of Teak #B18559

Tints of Teak #B18559

Color information

#B18559 (or 0xB18559) is unknown color: approx Teak. HEX triplet: B1, 85 and 59. RGB value is (177,133,89). Sum of RGB (Red+Green+Blue) = 177+133+89=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B18559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18559 is #4E7AA6. Grayscale: #8D8D8D. Windows color (decimal): -5143207 or 5866929. OLE color: 5866929.

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

Color convert

RGB17713389-
CMYK00.250.500.31
HSL30º36.07%52.16%-
HSV(B)30º49.72%69.41%-
XYZ28.3226.8413.14-
YUV141.1498.58153.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 22.31%
R=44.36%
G=33.33%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771338900.250.500.313036.0752.16
HexB18559019321F1e2434
Octal2612051310316237364464
Binary101100011000010110110010110011100101111111110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18559; }

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

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

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

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

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

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

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

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