#B1895B

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

Shades of Teak #B1895B

Tints of Teak #B1895B

Color information

#B1895B (or 0xB1895B) is unknown color: approx Teak. HEX triplet: B1, 89 and 5B. RGB value is (177,137,91). Sum of RGB (Red+Green+Blue) = 177+137+91=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1895B is #4E76A4. Grayscale: #8F8F8F. Windows color (decimal): -5142181 or 5999025. OLE color: 5999025.

HSL color Cylindrical-coordinate representation of color #B1895B: hue angle of 32.09º 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 #B1895B is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17713791-
CMYK00.230.490.31
HSL32.09º35.54%52.55%-
HSV(B)32.09º48.59%69.41%-
XYZ28.9727.9913.77-
YUV143.7298.25151.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 91 (35.94% from 255) = 22.47%
R=43.70%
G=33.83%
B=22.47%

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
Decimal1771379100.230.490.3132.0935.5452.55
HexB1895B017311F202435
Octal2612111330276137404465
Binary1011000110001001101101101011111000111111100000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1895B; }

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

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

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

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

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

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

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

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