#B1876F

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

Shades of Medium Wood #B1876F

Tints of Medium Wood #B1876F

Color information

#B1876F (or 0xB1876F) is unknown color: approx Medium Wood. HEX triplet: B1, 87 and 6F. RGB value is (177,135,111). Sum of RGB (Red+Green+Blue) = 177+135+111=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B1876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1876F is #4E7890. Grayscale: #909090. Windows color (decimal): -5142673 or 7309233. OLE color: 7309233.

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

Color convert

RGB177135111-
CMYK00.240.370.31
HSL21.82º29.73%56.47%-
HSV(B)21.82º37.29%69.41%-
XYZ29.6627.8218.85-
YUV144.82108.91150.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 111 (43.75% from 255) = 26.24%
R=41.84%
G=31.91%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713511100.240.370.3121.8229.7356.47
HexB1876F018251F161e38
Octal2612071570304537263670
Binary10110001100001111101111011000100101111111011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1876F; }

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

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

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

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

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

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

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

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