#B3894B

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

Shades of Teak #B3894B

Tints of Teak #B3894B

Color information

#B3894B (or 0xB3894B) is unknown color: approx Teak. HEX triplet: B3, 89 and 4B. RGB value is (179,137,75). Sum of RGB (Red+Green+Blue) = 179+137+75=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3894B is #4C76B4. Grayscale: #8E8E8E. Windows color (decimal): -5011125 or 4950451. OLE color: 4950451.

HSL color Cylindrical-coordinate representation of color #B3894B: hue angle of 35.77º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3894B is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17913775-
CMYK00.230.580.30
HSL35.77º40.94%49.8%-
HSV(B)35.77º58.1%70.2%-
XYZ28.8127.9810.54-
YUV142.4989.91154.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 75 (29.69% from 255) = 19.18%
R=45.78%
G=35.04%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791377500.230.580.3035.7740.9449.8
HexB3894B0173A1E242932
Octal2632111130277236445162
Binary1011001110001001100101101011111101011110100100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3894B; }

 p { color: rgb(179,137,75); }

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

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

 a { background-color: rgb(179,137,75); }

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

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

 span { border-color: rgb(179,137,75); }

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