#B1856E

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

Shades of Medium Wood #B1856E

Tints of Medium Wood #B1856E

Color information

#B1856E (or 0xB1856E) is unknown color: approx Medium Wood. HEX triplet: B1, 85 and 6E. RGB value is (177,133,110). Sum of RGB (Red+Green+Blue) = 177+133+110=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1856E is #4E7A91. Grayscale: #8F8F8F. Windows color (decimal): -5143186 or 7243185. OLE color: 7243185.

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

Color convert

RGB177133110-
CMYK00.250.380.31
HSL20.6º30.04%56.27%-
HSV(B)20.6º37.85%69.41%-
XYZ29.3327.2518.47-
YUV143.53109.08151.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=42.14%
G=31.67%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713311000.250.380.3120.630.0456.27
HexB1856E019261F151e38
Octal2612051560314637253670
Binary10110001100001011101110011001100110111111010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1856E; }

 p { color: rgb(177,133,110); }

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

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

 a { background-color: rgb(177,133,110); }

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

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

 span { border-color: rgb(177,133,110); }

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