#B1885C

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

Shades of Teak #B1885C

Tints of Teak #B1885C

Color information

#B1885C (or 0xB1885C) is unknown color: approx Teak. HEX triplet: B1, 88 and 5C. RGB value is (177,136,92). Sum of RGB (Red+Green+Blue) = 177+136+92=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1885C is #4E77A3. Grayscale: #8F8F8F. Windows color (decimal): -5142436 or 6064305. OLE color: 6064305.

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

Color convert

RGB17713692-
CMYK00.230.480.31
HSL31.06º35.27%52.75%-
HSV(B)31.06º48.02%69.41%-
XYZ28.8727.7313.96-
YUV143.2499.08152.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 92 (36.33% from 255) = 22.72%
R=43.70%
G=33.58%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771369200.230.480.3131.0635.2752.75
HexB1885C017301F1f2335
Octal2612101340276037374365
Binary101100011000100010111000101111100001111111111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1885C; }

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

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

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

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

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

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

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

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