#B38759

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

Shades of Teak #B38759

Tints of Teak #B38759

Color information

#B38759 (or 0xB38759) is unknown color: approx Teak. HEX triplet: B3, 87 and 59. RGB value is (179,135,89). Sum of RGB (Red+Green+Blue) = 179+135+89=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B38759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38759 is #4C78A6. Grayscale: #8F8F8F. Windows color (decimal): -5011623 or 5867443. OLE color: 5867443.

HSL color Cylindrical-coordinate representation of color #B38759: hue angle of 30.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B38759 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17913589-
CMYK00.250.500.30
HSL30.67º37.19%52.55%-
HSV(B)30.67º50.28%70.2%-
XYZ29.0627.6313.25-
YUV142.9197.58153.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 89 (35.16% from 255) = 22.08%
R=44.42%
G=33.50%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791358900.250.500.3030.6737.1952.55
HexB38759019321E1f2535
Octal2632071310316236374565
Binary101100111000011110110010110011100101111011111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38759; }

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

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

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

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

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

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

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

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