#b1876a

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

Shades of Medium Wood #B1876A

Tints of Medium Wood #B1876A

Color information

#B1876A (or 0xB1876A) is unknown color: approx Medium Wood. HEX triplet: B1, 87 and 6A. RGB value is (177,135,106). Sum of RGB (Red+Green+Blue) = 177+135+106=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1876A is #4E7895. Grayscale: #909090. Windows color (decimal): -5142678 or 6981553. OLE color: 6981553.

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

Color convert

RGB177135106-
CMYK00.240.400.31
HSL24.51º31.28%55.49%-
HSV(B)24.51º40.11%69.41%-
XYZ29.427.7217.44-
YUV144.25106.41151.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 106 (41.80% from 255) = 25.36%
R=42.34%
G=32.30%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713510600.240.400.3124.5131.2855.49
HexB1876A018281F191f37
Octal2612071520305037313767
Binary10110001100001111101010011000101000111111100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1876a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1876a; }

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

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

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

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

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

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

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

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