#B38559

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

Shades of Teak #B38559

Tints of Teak #B38559

Color information

#B38559 (or 0xB38559) is unknown color: approx Teak. HEX triplet: B3, 85 and 59. RGB value is (179,133,89). Sum of RGB (Red+Green+Blue) = 179+133+89=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B38559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38559 is #4C7AA6. Grayscale: #8D8D8D. Windows color (decimal): -5012135 or 5866931. OLE color: 5866931.

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

Color convert

RGB17913389-
CMYK00.260.500.30
HSL29.33º37.19%52.55%-
HSV(B)29.33º50.28%70.2%-
XYZ28.7827.0813.16-
YUV141.7498.24154.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 89 (35.16% from 255) = 22.19%
R=44.64%
G=33.17%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791338900.260.500.3029.3337.1952.55
HexB3855901A321E1d2535
Octal2632051310326236354565
Binary101100111000010110110010110101100101111011101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38559; }

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

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

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

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

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

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

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

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