#B2895A

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

Shades of Teak #B2895A

Tints of Teak #B2895A

Color information

#B2895A (or 0xB2895A) is unknown color: approx Teak. HEX triplet: B2, 89 and 5A. RGB value is (178,137,90). Sum of RGB (Red+Green+Blue) = 178+137+90=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2895A is #4D76A5. Grayscale: #909090. Windows color (decimal): -5076646 or 5933490. OLE color: 5933490.

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

Color convert

RGB17813790-
CMYK00.230.490.30
HSL32.05º36.36%52.55%-
HSV(B)32.05º49.44%69.8%-
XYZ29.1528.0913.56-
YUV143.997.58152.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 90 (35.55% from 255) = 22.22%
R=43.95%
G=33.83%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781379000.230.490.3032.0536.3652.55
HexB2895A017311E202435
Octal2622111320276136404465
Binary1011001010001001101101001011111000111110100000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2895A; }

 p { color: rgb(178,137,90); }

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

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

 a { background-color: rgb(178,137,90); }

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

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

 span { border-color: rgb(178,137,90); }

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