#B1884E

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

Shades of Teak #B1884E

Tints of Teak #B1884E

Color information

#B1884E (or 0xB1884E) is unknown color: approx Teak. HEX triplet: B1, 88 and 4E. RGB value is (177,136,78). Sum of RGB (Red+Green+Blue) = 177+136+78=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1884E is #4E77B1. Grayscale: #8D8D8D. Windows color (decimal): -5142450 or 5146801. OLE color: 5146801.

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

Color convert

RGB17713678-
CMYK00.230.560.31
HSL35.15º38.82%50%-
HSV(B)35.15º55.93%69.41%-
XYZ28.3127.5111.02-
YUV141.6592.08153.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=45.27%
G=34.78%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771367800.230.560.3135.1538.8250
HexB1884E017381F232732
Octal2612101160277037434762
Binary1011000110001000100111001011111100011111100011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1884E; }

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

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

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

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

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

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

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

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