#B38B56

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

Shades of Teak #B38B56

Tints of Teak #B38B56

Color information

#B38B56 (or 0xB38B56) is unknown color: approx Teak. HEX triplet: B3, 8B and 56. RGB value is (179,139,86). Sum of RGB (Red+Green+Blue) = 179+139+86=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B56 is #4C74A9. Grayscale: #919191. Windows color (decimal): -5010602 or 5671859. OLE color: 5671859.

HSL color Cylindrical-coordinate representation of color #B38B56: hue angle of 34.19º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B38B56 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB17913986-
CMYK00.220.520.30
HSL34.19º37.96%51.96%-
HSV(B)34.19º51.96%70.2%-
XYZ29.528.7212.79-
YUV144.9294.75152.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=44.31%
G=34.41%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791398600.220.520.3034.1937.9651.96
HexB38B56016341E222634
Octal2632131260266436424664
Binary1011001110001011101011001011011010011110100010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B56; }

 p { color: rgb(179,139,86); }

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

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

 a { background-color: rgb(179,139,86); }

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

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

 span { border-color: rgb(179,139,86); }

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