#B1885B

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

Shades of Teak #B1885B

Tints of Teak #B1885B

Color information

#B1885B (or 0xB1885B) is unknown color: approx Teak. HEX triplet: B1, 88 and 5B. RGB value is (177,136,91). Sum of RGB (Red+Green+Blue) = 177+136+91=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1885B is #4E77A4. Grayscale: #8F8F8F. Windows color (decimal): -5142437 or 5998769. OLE color: 5998769.

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

Color convert

RGB17713691-
CMYK00.230.490.31
HSL31.4º35.54%52.55%-
HSV(B)31.4º48.59%69.41%-
XYZ28.8227.7113.73-
YUV143.1398.58152.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 91 (35.94% from 255) = 22.52%
R=43.81%
G=33.66%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771369100.230.490.3131.435.5452.55
HexB1885B017311F1f2435
Octal2612101330276137374465
Binary101100011000100010110110101111100011111111111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1885B; }

 p { color: rgb(177,136,91); }

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

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

 a { background-color: rgb(177,136,91); }

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

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

 span { border-color: rgb(177,136,91); }

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