#B1875D

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

Shades of Teak #B1875D

Tints of Teak #B1875D

Color information

#B1875D (or 0xB1875D) is unknown color: approx Teak. HEX triplet: B1, 87 and 5D. RGB value is (177,135,93). Sum of RGB (Red+Green+Blue) = 177+135+93=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1875D is #4E78A2. Grayscale: #8E8E8E. Windows color (decimal): -5142691 or 6129585. OLE color: 6129585.

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

Color convert

RGB17713593-
CMYK00.240.470.31
HSL30º35%52.94%-
HSV(B)30º47.46%69.41%-
XYZ28.7727.4714.14-
YUV142.7799.91152.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 22.96%
R=43.70%
G=33.33%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771359300.240.470.31303552.94
HexB1875D0182F1F1e2335
Octal2612071350305737364365
Binary101100011000011110111010110001011111111111110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1875D; }

 p { color: rgb(177,135,93); }

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

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

 a { background-color: rgb(177,135,93); }

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

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

 span { border-color: rgb(177,135,93); }

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